From 38a279120dc95ee2bbf928a6cf615ae94206e499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:02:31 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 8 updates Bumps the gradle group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.android.tools.build:gradle | `8.12.1` | `8.12.2` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.2` | `2.9.3` | | [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) | `4.16.0` | `5.0.0` | | [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android) | `2.29.2` | `2.30.0` | | [com.amplifyframework:aws-api](https://github.com/aws-amplify/amplify-android) | `2.29.2` | `2.30.0` | | [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android) | `2.29.2` | `2.30.0` | Updates `com.android.tools.build:gradle` from 8.12.1 to 8.12.2 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.2 to 2.9.3 Updates `com.github.bumptech.glide:glide` from 4.16.0 to 5.0.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/commits) Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.2 to 2.9.3 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.2 to 2.9.3 Updates `com.amplifyframework:core` from 2.29.2 to 2.30.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/commits) Updates `com.amplifyframework:aws-api` from 2.29.2 to 2.30.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/commits) Updates `com.amplifyframework:aws-auth-cognito` from 2.29.2 to 2.30.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/commits) Updates `com.amplifyframework:aws-api` from 2.29.2 to 2.30.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/commits) Updates `com.amplifyframework:aws-auth-cognito` from 2.29.2 to 2.30.0 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/commits) --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.amplifyframework:core dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-api dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amplifyframework:aws-auth-cognito dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle | 8 ++++---- build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 947ac20..c44d7d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,18 +55,18 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.3' implementation 'androidx.activity:activity-ktx:1.10.1' // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide - implementation 'com.github.bumptech.glide:glide:4.16.0' + implementation 'com.github.bumptech.glide:glide:5.0.0' // https://mvnrepository.com/artifact/com.journeyapps/zxing-android-embedded implementation 'com.journeyapps:zxing-android-embedded:4.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.fragment:fragment-ktx:1.8.9' diff --git a/build.gradle b/build.gradle index b1489d8..505f1b7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,14 +2,14 @@ buildscript { ext.kotlin_version = '2.2.10' ext.retrofitVersion = '3.0.0' - ext.amplify_version = '2.29.2' + ext.amplify_version = '2.30.0' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.12.1' + classpath 'com.android.tools.build:gradle:8.12.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong