From 2bd0798d2c6f2b246f2d9fa5b54f93f6573fde10 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sun, 30 Jun 2024 14:27:14 +0800 Subject: [PATCH] Clean code --- app/build.gradle | 1 + catvod/build.gradle | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 75269c19f..4ff6b9789 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -122,6 +122,7 @@ dependencies { implementation 'org.fourthline.cling:cling-core:2.1.1' implementation 'org.fourthline.cling:cling-support:2.1.1' implementation 'org.greenrobot:eventbus:3.3.1' + implementation 'org.nanohttpd:nanohttpd:2.3.1' implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } implementation(ext: 'aar', name: 'dlna-core', group: 'fongmi', version: 'release') implementation(ext: 'aar', name: 'dlna-dmc', group: 'fongmi', version: 'release') diff --git a/catvod/build.gradle b/catvod/build.gradle index 87d1a51fd..ec50a02fb 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -18,7 +18,6 @@ dependencies { api 'androidx.preference:preference:1.2.1' api 'com.google.code.gson:gson:' + gsonVersion api 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3' - api 'org.nanohttpd:nanohttpd:2.3.1' api 'com.orhanobut:logger:2.2.0' api 'com.squareup.okhttp3:okhttp:' + okhttpVersion api 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion