Skip to content

Commit ebea7c0

Browse files
Bump the gradle group across 1 directory with 8 updates (#422)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3273448 commit ebea7c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ dependencies {
5555

5656
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt'
5757
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
58-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.2'
58+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.3'
5959
implementation 'androidx.activity:activity-ktx:1.10.1'
6060

6161
// https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
62-
implementation 'com.github.bumptech.glide:glide:4.16.0'
62+
implementation 'com.github.bumptech.glide:glide:5.0.0'
6363

6464
// https://mvnrepository.com/artifact/com.journeyapps/zxing-android-embedded
6565
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
6666

6767
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
68-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2'
69-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2'
68+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3'
69+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3'
7070
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
7171
implementation 'androidx.fragment:fragment-ktx:1.8.9'
7272

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
buildscript {
33
ext.kotlin_version = '2.2.10'
44
ext.retrofitVersion = '3.0.0'
5-
ext.amplify_version = '2.29.2'
5+
ext.amplify_version = '2.30.0'
66

77
repositories {
88
google()
99
mavenCentral()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:8.12.1'
12+
classpath 'com.android.tools.build:gradle:8.12.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)