|
@@ -50,10 +50,10 @@ android {
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
// androidx libraries
|
|
// androidx libraries
|
|
|
- implementation("androidx.appcompat:appcompat:1.5.1")
|
|
|
|
|
|
|
+ implementation("androidx.appcompat:appcompat:1.6.1")
|
|
|
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
|
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
|
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
|
|
- implementation("androidx.browser:browser:1.4.0")
|
|
|
|
|
|
|
+ implementation("androidx.browser:browser:1.5.0")
|
|
|
|
|
|
|
|
// rxjava
|
|
// rxjava
|
|
|
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
|
|
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
|
|
@@ -70,11 +70,11 @@ dependencies {
|
|
|
implementation("com.squareup.okhttp3:logging-interceptor:3.14.9")
|
|
implementation("com.squareup.okhttp3:logging-interceptor:3.14.9")
|
|
|
|
|
|
|
|
// etc
|
|
// etc
|
|
|
- implementation("com.google.android.material:material:1.6.1")
|
|
|
|
|
- implementation("com.github.bumptech.glide:glide:4.14.1")
|
|
|
|
|
|
|
+ implementation("com.google.android.material:material:1.8.0")
|
|
|
|
|
+ implementation("com.github.bumptech.glide:glide:4.15.1")
|
|
|
|
|
|
|
|
// crash reporting
|
|
// crash reporting
|
|
|
- implementation("ch.acra:acra-http:5.9.6")
|
|
|
|
|
|
|
+ implementation("ch.acra:acra-http:5.9.7")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
task("updateReadme") {
|
|
task("updateReadme") {
|