diff --git a/catvod/build.gradle b/catvod/build.gradle index dbbcacc2a..abfdeb39f 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -16,12 +16,12 @@ dependencies { api 'androidx.annotation:annotation:' + annotationVersion api 'androidx.preference:preference:1.2.1' api 'com.google.code.gson:gson:' + gsonVersion + api 'com.google.net.cronet:cronet-okhttp:0.1.0' api 'com.squareup.okhttp3:okhttp:' + okhttpVersion + api 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion + api('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } + api 'com.hierynomus:smbj:0.11.5' + api 'com.orhanobut:logger:2.2.0' + api 'org.chromium.net:cronet-embedded:101.4951.41' api 'org.jsoup:jsoup:' + jsoupVersion - implementation('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } - implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' - implementation 'com.hierynomus:smbj:0.11.5' - implementation 'com.orhanobut:logger:2.2.0' - implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion - implementation 'org.chromium.net:cronet-embedded:101.4951.41' } \ No newline at end of file diff --git a/ijkplayer/build.gradle b/ijkplayer/build.gradle index 13e5fe1cf..601ad14d4 100644 --- a/ijkplayer/build.gradle +++ b/ijkplayer/build.gradle @@ -12,7 +12,6 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:' + annotationVersion - implementation project(':media-lib-common') + implementation project(':catvod') implementation project(':media-lib-ui') } \ No newline at end of file