From 50705be057b0bd21aad6f10e28680a9f0144a482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:44:23 +0000 Subject: [PATCH 1/2] Bump vico from 3.2.3 to 3.3.0 Bumps `vico` from 3.2.3 to 3.3.0. Updates `com.patrykandpatrick.vico:compose` from 3.2.3 to 3.3.0 - [Release notes](https://github.com/patrykandpatrick/vico/releases) - [Commits](https://github.com/patrykandpatrick/vico/compare/v3.2.3...v3.3.0) Updates `com.patrykandpatrick.vico:compose-m3` from 3.2.3 to 3.3.0 - [Release notes](https://github.com/patrykandpatrick/vico/releases) - [Commits](https://github.com/patrykandpatrick/vico/compare/v3.2.3...v3.3.0) --- updated-dependencies: - dependency-name: com.patrykandpatrick.vico:compose dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.patrykandpatrick.vico:compose-m3 dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d650df014..adf302f81 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ material3-expressive = "1.5.0-alpha25" # Adaptive layout APIs (currentWindowAdaptiveInfo). Latest STABLE line; resolves to androidx.window # 1.5.x in practice (upgraded by the Compose BOM's ui dependency) — no separate window pin. material3-adaptive = "1.3.0" -vico = "3.2.3" +vico = "3.3.0" kotlinx-collections-immutable = "0.5.1" # Compose Compiler Gradle plugin — must match AGP 9.2.1's built-in Kotlin (kotlin-gradle-plugin 2.2.10). kotlin-compose-compiler = "2.2.10" From 78678ca5f795c94ab0c20901355e8a8467c854c6 Mon Sep 17 00:00:00 2001 From: Futsch1 <63090558+Futsch1@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:09:55 +0200 Subject: [PATCH 2/2] Bump AGP to 9.4.0 Bump Kotlin compiler version to 2.4.10 Bump Gradle to 9.7.1 --- build.gradle.kts | 3 +++ gradle/libs.versions.toml | 7 ++++--- gradle/wrapper/gradle-wrapper.properties | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4fae8283f..e77ef1f09 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,4 +13,7 @@ buildscript { google() maven { url = uri("https://jitpack.io") } } + dependencies { + classpath(libs.kotlin.gradle.plugin) + } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index adf302f81..17e2ad1ce 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Plugins -android-gradle-plugin = "9.3.1" +android-gradle-plugin = "9.4.0" hilt = "2.60.1" navigation-safe-args = "2.9.8" hilt-navigation-compose = "1.4.0" @@ -63,10 +63,11 @@ material3-expressive = "1.5.0-alpha25" material3-adaptive = "1.3.0" vico = "3.3.0" kotlinx-collections-immutable = "0.5.1" -# Compose Compiler Gradle plugin — must match AGP 9.2.1's built-in Kotlin (kotlin-gradle-plugin 2.2.10). -kotlin-compose-compiler = "2.2.10" +# Compose Compiler Gradle plugin — must match the Kotlin compiler used by the build. +kotlin-compose-compiler = "2.4.10" [libraries] +kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin-compose-compiler" } # AndroidX androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2a7f60567..ad7845be3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,8 +1,9 @@ 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 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists