File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 implementation(" androidx.viewpager2:viewpager2:1.1.0" )
5858
5959 // Compose BOM
60- val composeBom = platform(" androidx.compose:compose-bom:2026.03.00 " )
60+ val composeBom = platform(" androidx.compose:compose-bom:2026.03.01 " )
6161 implementation(composeBom)
6262 androidTestImplementation(composeBom)
6363
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 api(project(" :chartLib" ))
5353
5454 // Compose dependencies
55- val composeBom = platform(" androidx.compose:compose-bom:2026.03.00 " )
55+ val composeBom = platform(" androidx.compose:compose-bom:2026.03.01 " )
5656 implementation(composeBom)
5757 implementation(" androidx.compose.material3:material3" )
5858 implementation(" androidx.compose.ui:ui" )
You can’t perform that action at this time.
0 commit comments