mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 09:35:06 +01:00
Bump dependencies
This commit is contained in:
parent
e45f6d0c92
commit
00059848b4
@ -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"]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user