Update recyclerView

pull/496/head
FongMi 2 years ago
parent 7401533946
commit f6a88dfb31
  1. 1
      app/build.gradle
  2. 1
      build.gradle

@ -76,6 +76,7 @@ android {
configurations.configureEach {
resolutionStrategy {
force 'com.squareup.okhttp3:okhttp:' + okhttpVersion
force 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
}
}

@ -14,4 +14,5 @@ project.ext {
jsoupVersion = '1.15.3'
okhttpVersion = '4.12.0'
annotationVersion = '1.3.0'
androidxRecyclerViewVersion = '1.3.2'
}

Loading…
Cancel
Save