Skip to content

Commit 7fb4f08

Browse files
build(deps): bump the android-deps group across 1 directory with 4 updates
Bumps the android-deps group with 4 updates in the /apps/android directory: [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin), androidx.compose:compose-bom and [gradle-wrapper](https://github.com/gradle/gradle). Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.20...v2.3.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.20...v2.3.21) Updates `androidx.compose:compose-bom` from 2026.03.01 to 2026.04.01 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: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: androidx.compose:compose-bom dependency-version: 2026.04.01 dependency-type: direct:production 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] <[email protected]>
1 parent 4ad180b commit 7fb4f08

6 files changed

Lines changed: 89 additions & 98 deletions

File tree

apps/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ 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.04.01")
186186
implementation(composeBom)
187187
androidTestImplementation(composeBom)
188188

apps/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ plugins {
22
id("com.android.application") version "9.1.0" apply false
33
id("com.android.test") version "9.1.0" apply false
44
id("org.jlleitschuh.gradle.ktlint") version "14.2.0" apply false
5-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20" apply false
6-
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.20" apply false
5+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false
6+
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false
77
}
-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)