pull/212/head
FongMi 2 years ago
parent 8f9ce8017e
commit 205d2d8ac5
  1. 3
      app/build.gradle
  2. 6
      catvod/build.gradle

@ -75,8 +75,9 @@ android {
configurations.configureEach {
resolutionStrategy {
force 'org.seamless:seamless-http:1.1.1'
force 'com.squareup.okhttp3:okhttp:' + okhttpVersion
force 'org.seamless:seamless-swing:1.1.1'
force 'org.seamless:seamless-http:1.1.1'
force 'org.seamless:seamless-util:1.1.1'
force 'org.seamless:seamless-xml:1.1.1'
}

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

Loading…
Cancel
Save