From 7c449c304dbd29121a22c0aaecc21242aa4a7e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:20:59 +0000 Subject: [PATCH] Bump amplify_version from 2.24.0 to 2.24.1 Bumps `amplify_version` from 2.24.0 to 2.24.1. Updates `com.amplifyframework:core` from 2.24.0 to 2.24.1 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/compare/release_v2.24.0...release_v2.24.1) Updates `com.amplifyframework:aws-api` from 2.24.0 to 2.24.1 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/compare/release_v2.24.0...release_v2.24.1) Updates `com.amplifyframework:aws-auth-cognito` from 2.24.0 to 2.24.1 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-android/compare/release_v2.24.0...release_v2.24.1) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.amplifyframework:aws-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62b37a8..71270c1 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = "2.0.21" ext.retrofitVersion = '2.11.0' - ext.amplify_version = '2.24.0' + ext.amplify_version = '2.24.1' repositories { google()