From eb9abafca9882273301f26800c8d97ec0cad52e5 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Tue, 10 Dec 2024 12:54:24 +0100 Subject: [PATCH] Fix dependency typo for the remote access --- 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') -- GitLab