Skip to content

Commit ab99605

Browse files
Bump com.amazonaws:aws-android-sdk-mobile-client in the gradle group (#435)
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.81.0 to 2.81.1 - [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.81.0...release_v2.81.1) --- updated-dependencies: - dependency-name: com.amazonaws:aws-android-sdk-mobile-client dependency-version: 2.81.1 dependency-type: direct:production update-type: version-update:semver-patch 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 e9806ec commit ab99605

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
@@ -76,7 +76,7 @@ dependencies {
7676
implementation "com.amplifyframework:aws-auth-cognito:${amplify_version}"
7777

7878
// https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-mobile-client
79-
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.81.0'
79+
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.81.1'
8080
// https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-cognito
8181
implementation 'com.amazonaws:aws-android-sdk-cognito:2.20.1'
8282
}

0 commit comments

Comments
 (0)