Переглянути джерело

Updated rxjava, glide and material libraries

Vadik Sirekanyan 5 роки тому
батько
коміт
c410a9c862
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      app/build.gradle.kts

+ 3 - 3
app/build.gradle.kts

@@ -41,7 +41,7 @@ dependencies {
     implementation("androidx.browser:browser:1.0.0")
 
     // rxjava
-    implementation("io.reactivex.rxjava2:rxjava:2.2.15")
+    implementation("io.reactivex.rxjava2:rxjava:2.2.19")
     implementation("io.reactivex.rxjava2:rxkotlin:2.4.0")
     implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
 
@@ -55,8 +55,8 @@ dependencies {
     implementation("com.squareup.okhttp3:logging-interceptor:3.12.6") // use 3.12.x if minSdkVersion < 21
 
     // etc
-    implementation("com.google.android.material:material:1.0.0")
-    implementation("com.github.bumptech.glide:glide:4.10.0")
+    implementation("com.google.android.material:material:1.1.0")
+    implementation("com.github.bumptech.glide:glide:4.11.0")
 }
 
 task("updateReadme") {