Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2025
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent da81dbf commit 43dd984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle-android" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx-lifecycle = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.2" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.09.00" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2025.01.01" }
compose-activity = { module = "androidx.activity:activity-compose", version = "1.9.0" }
compose-material3 = { module = "androidx.compose.material3:material3" }
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
Expand Down

0 comments on commit 43dd984

Please sign in to comment.