Skip to content

Commit 49eec21

Browse files
Bump com.amazonaws:aws-android-sdk-mobile-client in the gradle group
Bumps the gradle group with 1 update: [com.amazonaws:aws-android-sdk-mobile-client](https://github.com/aws/aws-sdk-android). Updates `com.amazonaws:aws-android-sdk-mobile-client` from 2.79.0 to 2.80.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](aws-amplify/aws-sdk-android@release_v2.79.0...release_v2.80.0) --- updated-dependencies: - dependency-name: com.amazonaws:aws-android-sdk-mobile-client dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7f2452 commit 49eec21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.79.0'
83+
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.80.0'
8484
// https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-cognito
8585
implementation 'com.amazonaws:aws-android-sdk-cognito:2.20.1'
8686
}

0 commit comments

Comments
 (0)