|
@@ -1,12 +1,12 @@
|
|
|
[versions]
|
|
|
-agp_version = "8.1.0"
|
|
|
+agp_version = "8.1.1"
|
|
|
lifecycle_version = "2.6.1"
|
|
|
paging_version = "3.2.0"
|
|
|
|
|
|
[libraries]
|
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
|
|
|
|
|
-annotation = "androidx.annotation:annotation:1.7.0-beta01"
|
|
|
+annotation = "androidx.annotation:annotation:1.7.0-rc01"
|
|
|
appcompat = "androidx.appcompat:appcompat:1.6.1"
|
|
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
|
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
|
@@ -27,7 +27,7 @@ guava = "com.google.guava:guava:32.1.2-android"
|
|
|
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
|
|
|
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
|
|
|
|
|
-benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta03"
|
|
|
+benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta04"
|
|
|
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha01"
|
|
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha01"
|
|
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha04"
|