From 89550c23f9e6aceddb065c17d9536b7ce1745e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:26:59 +0000 Subject: [PATCH] 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.80.0 to 2.81.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/compare/release_v2.80.0...release_v2.81.0) --- updated-dependencies: - dependency-name: com.amazonaws:aws-android-sdk-mobile-client dependency-version: 2.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fab4637..9e9d217 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation "com.amplifyframework:aws-auth-cognito:${amplify_version}" // https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-mobile-client - implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.80.0' + implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.81.0' // https://mvnrepository.com/artifact/com.amazonaws/aws-android-sdk-cognito implementation 'com.amazonaws:aws-android-sdk-cognito:2.20.1' } \ No newline at end of file