Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom to v2024.04.00
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and AndyScherzinger committed Apr 9, 2024
1 parent 177ffc9 commit 0064fb1
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -271,7 +271,7 @@ dependencies {
}

// Jetpack Compose
implementation(platform("androidx.compose:compose-bom:2024.03.00"))
implementation(platform("androidx.compose:compose-bom:2024.04.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")
Expand Down
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,11 @@
<sha256 value="0ded689471b380235557750d190764387421f99c1477320b7a60a34e5df8961e" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose" name="compose-bom" version="2024.04.00">
<artifact name="compose-bom-2024.04.00.pom">
<sha256 value="cdb0671aaefe5a52325294eb98f76379fd3e859c31371ba9cdc786a63465fe6a" 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

0 comments on commit 0064fb1

Please sign in to comment.