Skip to content

Commit 5482a78

Browse files
Bump the gradle group with 2 updates (#377)
Bumps the gradle group with 2 updates: com.android.tools.build:gradle and [com.amazonaws:aws-android-sdk-mobile-client](https://github.com/aws/aws-sdk-android). Updates `com.android.tools.build:gradle` from 8.7.3 to 8.8.0 Updates `com.amazonaws:aws-android-sdk-mobile-client` from 2.77.1 to 2.78.0 - [Release notes](https://github.com/aws/aws-sdk-android/releases) - [Changelog](https://github.com/aws-amplify/aws-sdk-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-android/commits) --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.amazonaws:aws-android-sdk-mobile-client 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 603e04d commit 5482a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
implementation "com.amplifyframework:aws-auth-cognito:${amplify_version}"
8181

8282
// https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-mobile-client
83-
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.77.1'
83+
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.78.0'
8484
// https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-cognito
8585
implementation 'com.amazonaws:aws-android-sdk-cognito:2.20.1'
8686
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
mavenCentral()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:8.7.3'
12+
classpath 'com.android.tools.build:gradle:8.8.0'
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)