|
|
|
@ -14,7 +14,7 @@ android { |
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
implementation project(':catvod') |
|
|
|
implementation project(':catvod') |
|
|
|
implementation 'androidx.annotation:annotation:1.5.0' |
|
|
|
implementation 'androidx.annotation:annotation:1.5.0' |
|
|
|
implementation 'wang.harlon.quickjs:wrapper-android:0.19.2' |
|
|
|
implementation 'wang.harlon.quickjs:wrapper-android:0.18.8' |
|
|
|
api 'com.google.code.gson:gson:' + gsonVersion |
|
|
|
api 'com.google.code.gson:gson:' + gsonVersion |
|
|
|
api 'com.squareup.okhttp3:okhttp:' + okhttpVersion |
|
|
|
api 'com.squareup.okhttp3:okhttp:' + okhttpVersion |
|
|
|
api 'org.jsoup:jsoup:' + jsoupVersion |
|
|
|
api 'org.jsoup:jsoup:' + jsoupVersion |
|
|
|
|