|
|
@@ -46,8 +46,8 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
// androidx libraries
|
|
|
- implementation("androidx.appcompat:appcompat:1.1.0")
|
|
|
- implementation("androidx.constraintlayout:constraintlayout:1.1.3")
|
|
|
+ implementation("androidx.appcompat:appcompat:1.2.0")
|
|
|
+ implementation("androidx.constraintlayout:constraintlayout:2.0.1")
|
|
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
|
|
implementation("androidx.browser:browser:1.2.0")
|
|
|
|
|
|
@@ -66,7 +66,7 @@ dependencies {
|
|
|
implementation("com.squareup.okhttp3:logging-interceptor:3.14.9")
|
|
|
|
|
|
// etc
|
|
|
- implementation("com.google.android.material:material:1.1.0")
|
|
|
+ implementation("com.google.android.material:material:1.2.1")
|
|
|
implementation("com.github.bumptech.glide:glide:4.11.0")
|
|
|
|
|
|
// crash reporting
|