[gradle] update

pull/123/head
FongMi 3 years ago
parent 3c3527aedb
commit 322ad6e16b
  1. 3
      app/proguard-rules.pro
  2. 4
      drpy/build.gradle
  3. 2
      pyramid/build.gradle

@ -34,9 +34,6 @@
-keep class com.github.catvod.crawler.** { *; }
-keep class * extends com.github.catvod.crawler.Spider
# QuickJS
-keep class com.whl.quickjs.wrapper.** { *; }
# IJK
-keep class tv.danmaku.ijk.media.player.** { *; }
-keep class tv.danmaku.ijk.media.player.IjkMediaPlayer { *; }

@ -15,8 +15,8 @@ android {
dependencies {
implementation project(':catvod')
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
implementation 'org.jsoup:jsoup:1.15.3'
implementation 'wang.harlon.quickjs:wrapper-android:0.12.0'
implementation 'wang.harlon.quickjs:wrapper-android:0.16.0'
}

@ -31,5 +31,5 @@ android {
dependencies {
implementation project(':catvod')
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'
}
Loading…
Cancel
Save