From 688c7a11a40986be1c4b3f48eb00b85f41fa7b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:33:37 +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.78.0 to 2.79.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.amazonaws:aws-android-sdk-mobile-client 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 63bcbe9..ed1fae6 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.78.0' + implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.79.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