[Android] Create the new remote access client module and setup maven and CI
Nicolas Pomepuy
git at videolan.org
Wed Jan 29 07:16:53 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jan 28 11:42:22 2025 +0100| [f0ee7f30a52c2a21f4452984c9b9ab92d37e8a1b] | committer: Nicolas Pomepuy
Create the new remote access client module and setup maven and CI
Fixes #3131
> https://code.videolan.org/videolan/vlc-android/commit/f0ee7f30a52c2a21f4452984c9b9ab92d37e8a1b
---
application/app/build.gradle | 5 +-
application/remote-access-client/.gitignore | 1 +
application/remote-access-client/build.gradle | 126 +++++++++++++++++++++
.../remote-access-client/consumer-rules.pro | 0
.../gradle.properties | 4 +-
.../remote-access-client/proguard-rules.pro | 21 ++++
.../src/main/AndroidManifest.xml | 28 +++++
application/remote-access-server/build.gradle | 60 +---------
buildsystem/gitlab/.gitlab-ci.yml | 2 +-
settings.gradle | 1 +
10 files changed, 186 insertions(+), 62 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/f0ee7f30a52c2a21f4452984c9b9ab92d37e8a1b
More information about the Android
mailing list