We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3106412 commit 7a2aa68Copy full SHA for 7a2aa68
app/build.gradle
@@ -71,8 +71,8 @@ dependencies {
71
72
implementation 'androidx.core:core-ktx:1.17.0'
73
implementation 'androidx.appcompat:appcompat:1.7.1'
74
- implementation 'androidx.activity:activity-compose:1.12.1'
75
- def composeBom = platform('androidx.compose:compose-bom:2025.12.00')
+ implementation 'androidx.activity:activity-compose:1.12.2'
+ def composeBom = platform('androidx.compose:compose-bom:2025.12.01')
76
implementation composeBom
77
implementation "androidx.compose.ui:ui"
78
implementation "androidx.compose.foundation:foundation"
0 commit comments