Skip to content

Commit

Permalink
Merge pull request #13442 from nextcloud/renovate/androidx.compose-co…
Browse files Browse the repository at this point in the history
…mpose-bom-2024.x

fix(deps): update dependency androidx.compose:compose-bom to v2024.08.00
  • Loading branch information
AndyScherzinger committed Aug 22, 2024
2 parents ac92c9f + a6b7bd7 commit d02dbc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ dependencies {
}

// Jetpack Compose
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation(platform("androidx.compose:compose-bom:2024.08.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")
Expand Down
10 changes: 10 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,11 @@
<sha256 value="1b391a969ff81c0bb43b3711e92d977e8bfa72457a11d8a37910a7051bdc3045" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose" name="compose-bom" version="2024.08.00">
<artifact name="compose-bom-2024.08.00.pom">
<sha256 value="8043e0a70d594c8e7bb9626aa23a3b3d6e550d17292718672262576d9e25a579" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose.animation" name="animation-core" version="1.0.0-beta03">
<artifact name="animation-core-1.0.0-beta03.aar">
<sha256 value="4626086855eb6582dda9c3050c05bb56632f5a0308a3bb71a0f58def958602ca" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down Expand Up @@ -9959,6 +9964,11 @@
<sha256 value="c4a0586af77f0fb4f7e367033a02ac718beff0d0193cc7989583a982aa2752f2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-gradle-plugins-bom" version="2.0.10">
<artifact name="kotlin-gradle-plugins-bom-2.0.10.pom">
<sha256 value="772e5ecadd154fdb1722b26401e3255475831bcb7992eb3c1cd68dc68164f5e4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-klib-commonizer-api" version="1.8.22">
<artifact name="kotlin-klib-commonizer-api-1.8.22.jar">
<sha256 value="1745cb0a3c1f71ab4e499677b3b1cc4bf94e684e0b112ace865b4e5fc5fac31f" origin="Generated by Gradle"/>
Expand Down

0 comments on commit d02dbc0

Please sign in to comment.