Skip to content

Commit 5e4f823

Browse files
authored
Merge branch 'main' into feature/fix-initial-fetch-auth-session-npe
2 parents af9850b + 34f04d4 commit 5e4f823

File tree

5 files changed

+15
-64
lines changed

5 files changed

+15
-64
lines changed

.circleci/config.yml

-56
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [Release 2.2.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.0)
29

310
### Features

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ dependencies section:
6969
```groovy
7070
dependencies {
7171
// 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'
7878
}
7979
```
8080

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
1414

15-
VERSION_NAME=2.2.0
15+
VERSION_NAME=2.2.1
1616

1717
POM_GROUP=com.amplifyframework
1818
POM_URL=https://github.com/aws-amplify/amplify-android

rxbindings/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424
```gradle
2525
dependencies {
2626
// Add this line.
27-
implementation 'com.amplifyframework:rxbindings:2.2.0'
27+
implementation 'com.amplifyframework:rxbindings:2.2.1'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)