Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2024.10.00
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 77ad62e commit 95ab587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,11 @@
<sha256 value="4ca667331d8facc8606be308d389a4c0094db92db37dd646998c8b11260d09e6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose" name="compose-bom" version="2024.10.00">
<artifact name="compose-bom-2024.10.00.pom">
<sha256 value="61f162bcc78a43f88415bec61aa80060ab14a968aad73696a4373ddb17211ae2" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose.foundation" name="foundation" version="1.7.1">
<artifact name="foundation-1.7.1.module">
<sha256 value="f1418287e0ff60126da334b73234f9166c699ccfa90afab80043022b44a6602f" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}

dependencies {
implementation(platform("androidx.compose:compose-bom:2024.09.03"))
implementation(platform("androidx.compose:compose-bom:2024.10.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")
Expand Down

0 comments on commit 95ab587

Please sign in to comment.