diff --git a/gradle/androidx.versions.toml b/gradle/androidx.versions.toml index a38e162c4b..052cbce232 100644 --- a/gradle/androidx.versions.toml +++ b/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"] diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3ee838ec88..9fbf4d2d75 100644 --- a/gradle/libs.versions.toml +++ b/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"