Преглед на файлове

Updated androidx browser to 1.2.0

Vadik Sirekanyan преди 5 години
родител
ревизия
b5023a378b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      app/build.gradle.kts

+ 2 - 1
app/build.gradle.kts

@@ -42,7 +42,8 @@ dependencies {
     // androidx libraries
     implementation("androidx.appcompat:appcompat:1.1.0")
     implementation("androidx.constraintlayout:constraintlayout:1.1.3")
-    implementation("androidx.browser:browser:1.0.0")
+    implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")
+    implementation("androidx.browser:browser:1.2.0")
 
     // rxjava
     implementation("io.reactivex.rxjava2:rxjava:2.2.19")