Browse Source

Fix dependency typo for the remote access

merge-requests/2174/head 3.6.0-beta05
Nicolas Pomepuy 2 years ago
parent
commit
eb9abafca9
  1. 2
      application/app/build.gradle

2
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')

Loading…
Cancel
Save