diff --git a/app/build.gradle b/app/build.gradle index fe0efd5d6..e2a021a0a 100644 --- a/app/build.gradle +++ b/app/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' } diff --git a/catvod/build.gradle b/catvod/build.gradle index 636e5697d..8d26bb222 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -9,12 +9,6 @@ android { minSdk 21 targetSdk 28 } - - configurations.configureEach { - resolutionStrategy { - force 'com.squareup.okhttp3:okhttp:' + okhttpVersion - } - } } dependencies {