Skip to content

Commit

Permalink
Merge pull request #588 from nextcloud/renovate/androidx.compose-comp…
Browse files Browse the repository at this point in the history
…ose-bom-2025.x

fix(deps): update dependency androidx.compose:compose-bom to v2025
  • Loading branch information
github-actions[bot] authored Jan 17, 2025
2 parents 8d79f47 + ac34a79 commit 5a0fe14
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 @@ -621,6 +621,11 @@
<sha256 value="7118e83b528ca3152d9c278afe9c6cd37062db49ef01f838db4cb4a6341f64e6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose" name="compose-bom" version="2025.01.00">
<artifact name="compose-bom-2025.01.00.pom">
<sha256 value="aa49a0e5661d70c9d22249c6607620eb1bfcc57cd5f8c8857eeb73a7211c33c5" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.compose.animation" name="animation" version="1.7.6">
<artifact name="animation-1.7.6.module">
<sha256 value="709e8af6b1615d8bb8c28c1cd6d6cd4600009e1004b83566da157a9c8fe4efce" origin="Generated by Gradle"/>
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.12.01"))
implementation(platform("androidx.compose:compose-bom:2025.01.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")
Expand Down

0 comments on commit 5a0fe14

Please sign in to comment.