[Android] Remove useless dependencies
Nicolas Pomepuy
git at videolan.org
Wed Jan 24 17:37:45 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jan 23 08:00:30 2024 +0100| [b23554320730412b4bbe1997bb6bce435a31acfb] | committer: Duncan McNamara
Remove useless dependencies
> https://code.videolan.org/videolan/vlc-android/commit/b23554320730412b4bbe1997bb6bce435a31acfb
---
application/vlc-android/build.gradle | 4 ----
1 file changed, 4 deletions(-)
diff --git a/application/vlc-android/build.gradle b/application/vlc-android/build.gradle
index d0def83fee..8165d7c011 100644
--- a/application/vlc-android/build.gradle
+++ b/application/vlc-android/build.gradle
@@ -217,10 +217,6 @@ dependencies {
androidTestImplementation "androidx.test:rules:$rootProject.ext.testCore"
androidTestImplementation 'com.jraska:falcon:2.2.0'
androidTestImplementation 'tools.fastlane:screengrab:2.1.0'
- implementation "io.ktor:ktor:2.1.2"
- implementation "io.ktor:ktor-server-netty:2.1.2"
- implementation "io.ktor:ktor-gson:1.6.8"
- implementation "io.ktor:ktor-server-websockets:2.1.2"
if (project.hasProperty('leakCanaryEnabled') && project.getProperty('leakCanaryEnabled')) {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
More information about the Android
mailing list