File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 791
791
<sha256 value="025f1b052472cebddcf034516233b0829b12da5a3ca8aef0a12392729a6cc7d7" origin="Generated by Gradle" reason="Artifact is not signed"/>
792
792
</artifact>
793
793
</component>
794
+ <component group="androidx.compose" name="compose-bom" version="2025.09.00">
795
+ <artifact name="compose-bom-2025.09.00.pom">
796
+ <sha256 value="499a4aa42578db44dd4e25ff35a4c2df9fd29f8003ca5ecddd1284412a347271" origin="Generated by Gradle" reason="Artifact is not signed"/>
797
+ </artifact>
798
+ </component>
794
799
<component group="androidx.compose.animation" name="animation" version="1.7.6">
795
800
<artifact name="animation-1.7.6.module">
796
801
<sha256 value="709e8af6b1615d8bb8c28c1cd6d6cd4600009e1004b83566da157a9c8fe4efce" origin="Generated by Gradle"/>
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- implementation(platform(" androidx.compose:compose-bom:2025.08.01 " ))
46
+ implementation(platform(" androidx.compose:compose-bom:2025.09.00 " ))
47
47
implementation(" androidx.compose.ui:ui" )
48
48
implementation(" androidx.compose.ui:ui-graphics" )
49
49
implementation(" androidx.compose.material3:material3" )
You can’t perform that action at this time.
0 commit comments