Skip to content

Commit 5662e82

Browse files
github-actions[bot]amplify-android-dev+ghopsdiv5yesh
authored
release: Amplify Android 2.10.0 (#2516)
Co-authored-by: amplify-android-dev+ghops <[email protected]> Co-authored-by: Divyesh Chitroda <[email protected]>
1 parent b0cc63b commit 5662e82

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [Release 2.10.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.10.0)
2+
3+
### Features
4+
- **auth:** oidc plugin development toolkit ([#2507](https://github.com/aws-amplify/amplify-android/issues/2507))
5+
6+
[See all changes between 2.9.1 and 2.10.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.9.1...release_v2.10.0)
7+
8+
## [Release 2.9.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.9.1)
9+
10+
### Bug Fixes
11+
- **auth:** Fix for confirm sign in state machine callback ([#2503](https://github.com/aws-amplify/amplify-android/issues/2503))
12+
- **auth:** Fix for adding missing parameter for resolving device SRP ([#2508](https://github.com/aws-amplify/amplify-android/issues/2508))
13+
14+
[See all changes between 2.9.0 and 2.9.1](https://github.com/aws-amplify/amplify-android/compare/release_v2.9.0...release_v2.9.1)
15+
116
## [Release 2.9.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.9.0)
217

318
### Features

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ dependencies section:
7171
```groovy
7272
dependencies {
7373
// Only specify modules that provide functionality your app will use
74-
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.9.0'
75-
implementation 'com.amplifyframework:aws-api:2.9.0'
76-
implementation 'com.amplifyframework:aws-auth-cognito:2.9.0'
77-
implementation 'com.amplifyframework:aws-datastore:2.9.0'
78-
implementation 'com.amplifyframework:aws-predictions:2.9.0'
79-
implementation 'com.amplifyframework:aws-storage-s3:2.9.0'
80-
implementation 'com.amplifyframework:aws-geo-location:2.9.0'
81-
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.9.0'
74+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.10.0'
75+
implementation 'com.amplifyframework:aws-api:2.10.0'
76+
implementation 'com.amplifyframework:aws-auth-cognito:2.10.0'
77+
implementation 'com.amplifyframework:aws-datastore:2.10.0'
78+
implementation 'com.amplifyframework:aws-predictions:2.10.0'
79+
implementation 'com.amplifyframework:aws-storage-s3:2.10.0'
80+
implementation 'com.amplifyframework:aws-geo-location:2.10.0'
81+
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.10.0'
8282
}
8383
```
8484

gradle.properties

Lines changed: 1 addition & 1 deletion
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.9.0
15+
VERSION_NAME=2.10.0
1616

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

rxbindings/README.md

Lines changed: 1 addition & 1 deletion
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.9.0'
27+
implementation 'com.amplifyframework:rxbindings:2.10.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)