Skip to content

Commit a7eb229

Browse files
build(deps): bump the android-deps group across 1 directory with 3 updates
Bumps the android-deps group with 3 updates in the /apps/android directory: androidx.compose:compose-bom, androidx.webkit:webkit and [gradle-wrapper](https://github.com/gradle/gradle). Updates `androidx.compose:compose-bom` from 2026.03.01 to 2026.05.00 Updates `androidx.webkit:webkit` from 1.15.0 to 1.16.0 Updates `gradle-wrapper` from 9.4.1 to 9.5.0 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.4.1...v9.5.0) --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.05.00 dependency-type: direct:production dependency-group: android-deps - dependency-name: androidx.webkit:webkit dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps - dependency-name: gradle-wrapper dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc45a9b commit a7eb229

5 files changed

Lines changed: 88 additions & 97 deletions

File tree

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ ktlint {
182182
}
183183

184184
dependencies {
185-
val composeBom = platform("androidx.compose:compose-bom:2026.03.01")
185+
val composeBom = platform("androidx.compose:compose-bom:2026.05.00")
186186
implementation(composeBom)
187187
androidTestImplementation(composeBom)
188188

189189
implementation("androidx.core:core-ktx:1.17.0")
190190
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
191191
implementation("androidx.activity:activity-compose:1.13.0")
192-
implementation("androidx.webkit:webkit:1.15.0")
192+
implementation("androidx.webkit:webkit:1.16.0")
193193

194194
implementation("androidx.compose.ui:ui")
195195
implementation("androidx.compose.ui:ui-tooling-preview")
-504 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

apps/android/gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/android/gradlew.bat

Lines changed: 82 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)