Skip to content

Commit 49a8321

Browse files
Update dependency androidx.activity:activity-compose to v1.12.2
1 parent 9e7bf9d commit 49a8321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
1717
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
1818
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
1919
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
20-
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.12.1" }
20+
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.12.2" }
2121
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
2222
androidx-ui = { group = "androidx.compose.ui", name = "ui", version = "1.10.0" }
2323
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version = "1.10.0" }

0 commit comments

Comments
 (0)