Skip to content

Commit

Permalink
chore(amplify_auth_cognito): Bump Amplify version
Browse files Browse the repository at this point in the history
Update aws-auth-cognito version for Android. This fixes aws-amplify#271 and aws-amplify#276.
The the custom challenge answer was fixed in aws-amplify/aws-sdk-android#2316. It was released in version v2.21.0 of the AWS Android SDK, which was included in the version 1.6.9 of the Amplify Android SDK.
  • Loading branch information
hannesj authored Jan 26, 2021
1 parent bd5c812 commit f8e317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify_auth_cognito/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.amplifyframework:aws-auth-cognito:1.6.8'
implementation 'com.amplifyframework:aws-auth-cognito:1.6.10'
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.1.0'
testImplementation 'org.mockito:mockito-inline:3.1.0'
Expand Down

0 comments on commit f8e317f

Please sign in to comment.