File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## [ Release 2.2.1] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.1 )
2
+
3
+ ### Bug Fixes
4
+ - ** auth:** Moving credential provider to main (#2273 )
5
+
6
+ [ See all changes between 2.2.0 and 2.2.1] ( https://github.com/aws-amplify/amplify-android/compare/release_v2.2.0...release_v2.2.1 )
7
+
1
8
## [ Release 2.2.0] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.0 )
2
9
3
10
### Features
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.0 '
73
- implementation 'com.amplifyframework:aws-api:2.2.0 '
74
- implementation 'com.amplifyframework:aws-auth-cognito:2.2.0 '
75
- implementation 'com.amplifyframework:aws-datastore:2.2.0 '
76
- implementation 'com.amplifyframework:aws-predictions:2.2.0 '
77
- implementation 'com.amplifyframework:aws-storage-s3:2.2.0 '
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 '
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.0
15
+ VERSION_NAME =2.2.1
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.0 '
27
+ implementation 'com.amplifyframework:rxbindings:2.2.1 '
28
28
}
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments