diff --git a/app/build.gradle b/app/build.gradle index d02d1e88b..fd4f2d117 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,12 +21,12 @@ android { leanback { dimension "mode" versionCode 204 - versionName "20230826#3" + versionName "20230827" } mobile { dimension "mode" versionCode 204 - versionName "20230826#3" + versionName "20230827" } java { dimension "api" diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index abdc3dfb8..3c40ecde5 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -34,6 +34,10 @@ # Cling -keep class org.fourthline.cling.** { *; } +# Cronet +-keep class org.chromium.net.** { *; } +-keep class com.google.net.cronet.** { *; } + # EXO -keep class org.xmlpull.v1.** { *; } diff --git a/catvod/build.gradle b/catvod/build.gradle index bfdf34309..dbbcacc2a 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -16,10 +16,12 @@ dependencies { api 'androidx.annotation:annotation:' + annotationVersion api 'androidx.preference:preference:1.2.1' api 'com.google.code.gson:gson:' + gsonVersion - 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 'com.squareup.okhttp3:okhttp:' + okhttpVersion - api 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion 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