[Android] Fix dependency typo for the remote access
Nicolas Pomepuy
git at videolan.org
Tue Dec 10 11:59:40 UTC 2024
vlc-android | branch: refs/tags/3.6.0-beta05 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Dec 10 12:54:24 2024 +0100| [eb9abafca9882273301f26800c8d97ec0cad52e5] | committer: Nicolas Pomepuy
Fix dependency typo for the remote access
> https://code.videolan.org/videolan/vlc-android/commit/eb9abafca9882273301f26800c8d97ec0cad52e5
---
application/app/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/app/build.gradle b/application/app/build.gradle
index 137f971ee8..8f917351bc 100644
--- a/application/app/build.gradle
+++ b/application/app/build.gradle
@@ -164,7 +164,7 @@ dependencies {
implementation project(':application:television')
devImplementation project(':application:webserver')
debugImplementation project(':application:webserver')
- releaseImplementation "org.videolan.android:remoteaccess:$rootProject.ext.remoteAccessVersion"
+ releaseImplementation "org.videolan.android:remote-access:$rootProject.ext.remoteAccessVersion"
testImplementation project(':application:television')
testImplementation project(':application:webserver')
More information about the Android
mailing list