Skip to content

Commit c7f1761

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2025.09.01 (#774)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.compose:compose-bom](https://developer.android.com/jetpack) | `2025.09.00` -> `2025.09.01` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2025.09.01?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2025.09.00/2025.09.01?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyIzLiB0byByZXZpZXciLCJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d10c6d0 commit c7f1761

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<trusting group="com.google.devtools.ksp" name="symbol-processing-api" version="2.1.10-1.0.31"/>
100100
<trusting group="com.google.devtools.ksp" name="symbol-processing-api" version="2.1.21-2.0.2"/>
101101
</trusted-key>
102+
<trusted-key id="2BAB4466B44F54F8F99BBBDD5ED22F661BBF0ACC" group="com.almworks.sqlite4java" name="sqlite4java" version="1.0.392"/>
102103
<trusted-key id="2BCBDD0F23EA1CAFCC11D4860374CF2E8DD1BDFD" group="org.sonatype.oss"/>
103104
<trusted-key id="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB">
104105
<trusting group="commons-codec"/>
@@ -826,6 +827,11 @@
826827
<sha256 value="499a4aa42578db44dd4e25ff35a4c2df9fd29f8003ca5ecddd1284412a347271" origin="Generated by Gradle" reason="Artifact is not signed"/>
827828
</artifact>
828829
</component>
830+
<component group="androidx.compose" name="compose-bom" version="2025.09.01">
831+
<artifact name="compose-bom-2025.09.01.pom">
832+
<sha256 value="7b0d745015ad627ed9178ef6b6f2b1fb321b37c67ff048b0cf9e6fe212d21c12" origin="Generated by Gradle" reason="Artifact is not signed"/>
833+
</artifact>
834+
</component>
829835
<component group="androidx.compose.animation" name="animation" version="1.7.6">
830836
<artifact name="animation-1.7.6.module">
831837
<sha256 value="709e8af6b1615d8bb8c28c1cd6d6cd4600009e1004b83566da157a9c8fe4efce" origin="Generated by Gradle"/>

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
46+
implementation(platform("androidx.compose:compose-bom:2025.09.01"))
4747
implementation("androidx.compose.ui:ui")
4848
implementation("androidx.compose.ui:ui-graphics")
4949
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)