File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6666 <trusting group="androidx.dynamicanimation" name="dynamicanimation" version="1.1.0"/>
6767 <trusting group="androidx.lifecycle"/>
6868 <trusting group="androidx.savedstate"/>
69+ <trusting group="androidx.transition"/>
70+ <trusting group="androidx.window"/>
6971 <trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
7072 <trusting group="^androidx[.]test($|([.].*))" regex="true"/>
7173 <trusting group="^com[.]android($|([.].*))" regex="true"/>
855857 <sha256 value="0448725f666e9eb33661489f01b1ec833a36b904f368b5e8cf57ccd7617f6c2c" origin="Generated by Gradle" reason="Artifact is not signed"/>
856858 </artifact>
857859 </component>
860+ <component group="androidx.compose" name="compose-bom" version="2025.12.00">
861+ <artifact name="compose-bom-2025.12.00.pom">
862+ <sha256 value="08809b3b7ae43ba6bbd16bc22ef049561acda6968db4c0e8e6f2690907af0f17" origin="Generated by Gradle" reason="Artifact is not signed"/>
863+ </artifact>
864+ </component>
858865 <component group="androidx.compose.animation" name="animation" version="1.7.6">
859866 <artifact name="animation-1.7.6.module">
860867 <sha256 value="709e8af6b1615d8bb8c28c1cd6d6cd4600009e1004b83566da157a9c8fe4efce" origin="Generated by Gradle"/>
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343}
4444
4545dependencies {
46- implementation(platform(" androidx.compose:compose-bom:2025.11.01 " ))
46+ implementation(platform(" androidx.compose:compose-bom:2025.12.00 " ))
4747 implementation(" androidx.compose.ui:ui" )
4848 implementation(" androidx.compose.ui:ui-graphics" )
4949 implementation(" androidx.compose.material3:material3" )
You can’t perform that action at this time.
0 commit comments