Skip to content

Commit 96aa512

Browse files
chore(deps): bump the amplify-android group across 1 directory with 3 updates
Bumps the amplify-android group with 3 updates in the /packages/amplify_native_legacy_wrapper/android directory: [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android), [com.amplifyframework:core-kotlin](https://github.com/aws-amplify/amplify-android) and [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android). Updates `com.amplifyframework:core` from 1.38.6 to 2.27.1 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v1.38.6...release_v2.27.1) Updates `com.amplifyframework:core-kotlin` from 0.22.8 to 2.27.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/commits/release_v2.27.1) Updates `com.amplifyframework:aws-auth-cognito` from 1.38.6 to 2.27.1 - [Release notes](https://github.com/aws-amplify/amplify-android/releases) - [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md) - [Commits](aws-amplify/amplify-android@release_v1.38.6...release_v2.27.1) --- updated-dependencies: - dependency-name: com.amplifyframework:core dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android - dependency-name: com.amplifyframework:core-kotlin dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android - dependency-name: com.amplifyframework:aws-auth-cognito dependency-type: direct:production update-type: version-update:semver-major dependency-group: amplify-android ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09c62c5 commit 96aa512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/amplify_native_legacy_wrapper/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
namespace 'com.amazonaws.amplify.amplify_native_legacy_wrapper'
4848
}
4949
dependencies {
50-
implementation 'com.amplifyframework:core:1.38.6'
51-
implementation 'com.amplifyframework:core-kotlin:0.22.8'
52-
implementation 'com.amplifyframework:aws-auth-cognito:1.38.6'
50+
implementation 'com.amplifyframework:core:2.27.2'
51+
implementation 'com.amplifyframework:core-kotlin:2.27.2'
52+
implementation 'com.amplifyframework:aws-auth-cognito:2.27.2'
5353
}

0 commit comments

Comments
 (0)