From bc74dcb91c7a84f85c89ac17b2ece6ce0460412f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:13:00 +0000 Subject: [PATCH] build(deps): bump the android-build group in /android with 3 updates Bumps the android-build group in /android with 3 updates: com.android.application, androidx.core:core-ktx and [gradle-wrapper](https://github.com/gradle/gradle). Updates `com.android.application` from 9.3.1 to 9.3.2 Updates `androidx.core:core-ktx` from 1.16.0 to 1.19.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) --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-build - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-build - dependency-name: gradle-wrapper dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-build ... Signed-off-by: dependabot[bot] --- android/app/build.gradle.kts | 2 +- android/build.gradle.kts | 2 +- android/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 8e088b6..9dea8c6 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -118,7 +118,7 @@ tasks.named("preBuild") { dependsOn(syncContract) } dependencies { // 1.19 requires compileSdk 37. Keep the newest line compatible with the app's API 35 build; // compileSdk can move independently later without opting users into a new target SDK. - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.appcompat:appcompat:1.8.0") implementation("com.google.android.material:material:1.14.0") implementation("com.microsoft.onnxruntime:onnxruntime-android:1.29.0") diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 926dad5..1216438 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "9.3.1" apply false + id("com.android.application") version "9.3.2" apply false } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 204ebbd..fae6f65 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionSha256Sum=acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME