We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c62c5 commit 96aa512Copy full SHA for 96aa512
packages/amplify_native_legacy_wrapper/android/build.gradle
@@ -47,7 +47,7 @@ android {
47
namespace 'com.amazonaws.amplify.amplify_native_legacy_wrapper'
48
}
49
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'
+ implementation 'com.amplifyframework:core:2.27.2'
+ implementation 'com.amplifyframework:core-kotlin:2.27.2'
+ implementation 'com.amplifyframework:aws-auth-cognito:2.27.2'
53
0 commit comments