Clean build

pull/496/head
FongMi 2 years ago
parent 6fd25bb14b
commit 2a4df27a29
  1. 1
      app/build.gradle
  2. 1
      build.gradle

@ -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'
}

Loading…
Cancel
Save