From ceaac76d397ed9e3e21f9a74d78542dd922854d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 01:46:14 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 8 updates Bumps the maven group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` | | androidx.compose.material3:material3 | `1.5.0-alpha26` | `1.5.0-alpha27` | | androidx.compose.material3:material3-adaptive-navigation-suite | `1.5.0-alpha26` | `1.5.0-alpha27` | | [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.5.0` | `3.6.0` | | [io.coil-kt.coil3:coil-network-okhttp](https://github.com/coil-kt/coil) | `3.5.0` | `3.6.0` | | com.android.tools.build:apksig | `9.3.1` | `9.4.0` | | com.android.library | `9.3.1` | `9.4.0` | | com.android.application | `9.3.1` | `9.4.0` | Updates `gradle-wrapper` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.7.0...v9.7.1) Updates `androidx.compose.material3:material3` from 1.5.0-alpha26 to 1.5.0-alpha27 Updates `androidx.compose.material3:material3-adaptive-navigation-suite` from 1.5.0-alpha26 to 1.5.0-alpha27 Updates `androidx.compose.material3:material3-adaptive-navigation-suite` from 1.5.0-alpha26 to 1.5.0-alpha27 Updates `io.coil-kt.coil3:coil-compose` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.5.0...3.6.0) Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.5.0...3.6.0) Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.5.0...3.6.0) Updates `com.android.tools.build:apksig` from 9.3.1 to 9.4.0 Updates `com.android.library` from 9.3.1 to 9.4.0 Updates `com.android.application` from 9.3.1 to 9.4.0 Updates `com.android.application` from 9.3.1 to 9.4.0 --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-version: 1.5.0-alpha27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.compose.material3:material3-adaptive-navigation-suite dependency-version: 1.5.0-alpha27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.compose.material3:material3-adaptive-navigation-suite dependency-version: 1.5.0-alpha27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.library dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.android.tools.build:apksig dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: gradle-wrapper dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.coil-kt.coil3:coil-network-okhttp dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: io.coil-kt.coil3:coil-network-okhttp dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4493abb6c..ac6aeb6c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] -agp = "9.3.1" +agp = "9.4.0" kotlin = "2.4.10" okhttp = "5.5.0" ktfmt = "0.27.0" coroutines = "1.11.0" lifecycle = "2.11.0" -coil = "3.5.0" +coil = "3.6.0" # Material 3 Expressive is not in any stable material3 release; the expressive # APIs graduate through the 1.5.0 alpha line. Pinned explicitly OVER the Compose # BOM, which resolves material3 to 1.4.0. -m3 = "1.5.0-alpha26" +m3 = "1.5.0-alpha27" nav3 = "1.1.6" navigationevent = "1.1.2" # Governs every androidx.compose.* artifact below; none of them pin a version. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 69dd0d040..ad7845be3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500