Bump dependencies

This commit is contained in:
arkon 2022-11-09 22:51:27 -05:00
parent e45f6d0c92
commit 00059848b4
2 changed files with 5 additions and 8 deletions

View File

@ -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"]

View File

@ -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"