File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## [ Release 2.2.2] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.2 )
2
+
3
+ ### Bug Fixes
4
+ - ** auth:** fix npe in initialize fetch auth session ([ #2284 ] ( https://github.com/aws-amplify/amplify-android/issues/2284 ) )
5
+ - ** auth:** Fix confirm signin when incorrect MFA code is entered ([ #2286 ] ( https://github.com/aws-amplify/amplify-android/issues/2286 ) )
6
+
7
+ [ See all changes between 2.2.1 and 2.2.2] ( https://github.com/aws-amplify/amplify-android/compare/release_v2.2.1...release_v2.2.2 )
8
+
1
9
## [ Release 2.2.1] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.1 )
2
10
3
11
### Bug Fixes
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ dependencies section:
69
69
``` groovy
70
70
dependencies {
71
71
// Only specify modules that provide functionality your app will use
72
- implementation 'com.amplifyframework:aws-analytics-pinpoint:2.2.1 '
73
- implementation 'com.amplifyframework:aws-api:2.2.1 '
74
- implementation 'com.amplifyframework:aws-auth-cognito:2.2.1 '
75
- implementation 'com.amplifyframework:aws-datastore:2.2.1 '
76
- implementation 'com.amplifyframework:aws-predictions:2.2.1 '
77
- implementation 'com.amplifyframework:aws-storage-s3:2.2.1 '
72
+ implementation 'com.amplifyframework:aws-analytics-pinpoint:2.2.2 '
73
+ implementation 'com.amplifyframework:aws-api:2.2.2 '
74
+ implementation 'com.amplifyframework:aws-auth-cognito:2.2.2 '
75
+ implementation 'com.amplifyframework:aws-datastore:2.2.2 '
76
+ implementation 'com.amplifyframework:aws-predictions:2.2.2 '
77
+ implementation 'com.amplifyframework:aws-storage-s3:2.2.2 '
78
78
}
79
79
```
80
80
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
org.gradle.parallel =true
14
14
15
- VERSION_NAME =2.2.1
15
+ VERSION_NAME =2.2.2
16
16
17
17
POM_GROUP =com.amplifyframework
18
18
POM_URL =https://github.com/aws-amplify/amplify-android
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
24
24
``` gradle
25
25
dependencies {
26
26
// Add this line.
27
- implementation 'com.amplifyframework:rxbindings:2.2.1 '
27
+ implementation 'com.amplifyframework:rxbindings:2.2.2 '
28
28
}
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments