Browse Source

Updated dependencies

sirekanian 2 năm trước cách đây
mục cha
commit
7cb9fe7755
2 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 5 5
      app/build.gradle.kts
  2. 2 2
      build.gradle.kts

+ 5 - 5
app/build.gradle.kts

@@ -50,10 +50,10 @@ android {
 
 dependencies {
     // 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.swiperefreshlayout:swiperefreshlayout:1.1.0")
-    implementation("androidx.browser:browser:1.4.0")
+    implementation("androidx.browser:browser:1.5.0")
 
     // rxjava
     implementation("io.reactivex.rxjava2:rxjava:2.2.21")
@@ -70,11 +70,11 @@ dependencies {
     implementation("com.squareup.okhttp3:logging-interceptor:3.14.9")
 
     // 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
-    implementation("ch.acra:acra-http:5.9.6")
+    implementation("ch.acra:acra-http:5.9.7")
 }
 
 task("updateReadme") {

+ 2 - 2
build.gradle.kts

@@ -4,8 +4,8 @@ buildscript {
         google()
     }
     dependencies {
-        classpath("com.android.tools.build:gradle:7.3.0")
-        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
+        classpath("com.android.tools.build:gradle:7.3.1")
+        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
     }
 }