Browse Source

Bump dependencies

arkon 2 years ago
parent
commit
00059848b4
2 changed files with 5 additions and 8 deletions
  1. 4 7
      gradle/androidx.versions.toml
  2. 1 1
      gradle/libs.versions.toml

+ 4 - 7
gradle/androidx.versions.toml

@@ -1,9 +1,6 @@
 [versions]
 agp_version = "7.3.1"
 lifecycle_version = "2.5.1"
-espresso = "3.4.0"
-macrobenchmark = "1.1.0"
-test = "1.1.3"
 
 [libraries]
 annotation = "androidx.annotation:annotation:1.5.0"
@@ -30,10 +27,10 @@ paging-compose = "androidx.paging:paging-compose:1.0.0-alpha17"
 
 sqlite = "androidx.sqlite:sqlite-framework:2.2.0"
 
-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "macrobenchmark" }
-test-ext = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "test" }
-test-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" }
-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "test" }
+benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.1.1"
+test-ext = "androidx.test.ext:junit-ktx:1.1.4"
+test-espresso-core = "androidx.test.espresso:espresso-core:3.4.0"
+test-uiautomator = "androidx.test.uiautomator:uiautomator:1.1.3"
 
 [bundles]
 lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]

+ 1 - 1
gradle/libs.versions.toml

@@ -35,7 +35,7 @@ disklrucache = "com.jakewharton:disklrucache:2.0.2"
 unifile = "com.github.tachiyomiorg:unifile:17bec43"
 junrar = "com.github.junrar:junrar:7.5.4"
 
-sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-beta01"
+sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-beta02"
 sqlite-android = "com.github.requery:sqlite-android:3.36.0"
 
 preferencektx = "androidx.preference:preference-ktx:1.2.0"