Update dependency androidx.activity:activity-compose to v1.12.3 (#1776)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-30 13:04:13 +00:00
committed by GitHub
parent 14c536e686
commit efa2cb507f

View File

@@ -14,7 +14,7 @@ sqldelight = "2.2.1"
android-desugarJdkLibs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.13.2" }
android-material = { module = "com.google.android.material:material", version = "1.13.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.2" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.3" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "androidx-compose" }