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 6e95886 commit efbc80bCopy full SHA for efbc80b
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.26.0'
+ implementation 'com.amplifyframework:core-kotlin:2.26.0'
+ implementation 'com.amplifyframework:aws-auth-cognito:2.26.0'
53
0 commit comments