[Android] Fix remote access not included in the app bundle

Nicolas Pomepuy git at videolan.org
Thu Dec 12 09:41:42 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 12 08:47:02 2024 +0100| [e488eeb74ba4f6ff873b3fbff1396164fd884871] | committer: Nicolas Pomepuy

Fix remote access not included in the app bundle

> https://code.videolan.org/videolan/vlc-android/commit/e488eeb74ba4f6ff873b3fbff1396164fd884871
---

 application/app/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/application/app/build.gradle b/application/app/build.gradle
index 8f917351bc..71827eb569 100644
--- a/application/app/build.gradle
+++ b/application/app/build.gradle
@@ -165,6 +165,7 @@ dependencies {
     devImplementation project(':application:webserver')
     debugImplementation project(':application:webserver')
     releaseImplementation "org.videolan.android:remote-access:$rootProject.ext.remoteAccessVersion"
+    vlcBundleImplementation "org.videolan.android:remote-access:$rootProject.ext.remoteAccessVersion"
     testImplementation project(':application:television')
     testImplementation project(':application:webserver')
 



More information about the Android mailing list