Browse Source

Fix remote access not included in the app bundle

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

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

Loading…
Cancel
Save