@ -76,7 +76,6 @@ android {
configurations.configureEach {
resolutionStrategy {
force 'com.squareup.okhttp3:okhttp:' + okhttpVersion
force 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
}
@ -14,5 +14,4 @@ project.ext {
jsoupVersion = '1.15.3'
okhttpVersion = '4.12.0'
annotationVersion = '1.3.0'
androidxRecyclerViewVersion = '1.3.2'