Upgrade AGP to 8.2.2

This commit is contained in:
Cuong M. Tran 2024-01-29 23:25:09 +07:00
parent 9c547b02bd
commit 06fa464939
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -1,6 +1,6 @@
[versions]
agp_version = "8.2.1"
lifecycle_version = "2.6.2"
agp_version = "8.2.2"
lifecycle_version = "2.7.0"
paging_version = "3.2.1"
[libraries]
@ -25,7 +25,7 @@ workmanager = "androidx.work:work-runtime:2.9.0"
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.2"
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.3"
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha02"
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha02"
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-beta01"