okjack
FongMi 2 years ago
parent 500c2bf8c0
commit a499c8b5fa
  1. 11
      app/build.gradle
  2. 6
      catvod/build.gradle

@ -73,6 +73,15 @@ android {
}
}
configurations.configureEach {
resolutionStrategy {
force 'org.seamless:seamless-http:1.1.1'
force 'org.seamless:seamless-swing:1.1.1'
force 'org.seamless:seamless-util:1.1.1'
force 'org.seamless:seamless-xml:1.1.1'
}
}
lint {
disable 'UnsafeOptInUsageError'
}
@ -116,7 +125,7 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'
implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3'
implementation('com.github.TeamNewPipe:NewPipeExtractor:v0.23.1') { exclude group: 'org.jsoup', module: 'jsoup' }
implementation('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' }
implementation 'com.github.thegrizzlylabs:sardine-android:0.8'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0'
implementation 'com.google.zxing:core:3.3.0'

@ -9,6 +9,12 @@ android {
minSdk 21
targetSdk 28
}
configurations.configureEach {
resolutionStrategy {
force 'com.squareup.okhttp3:okhttp:' + okhttpVersion
}
}
}
dependencies {

Loading…
Cancel
Save