Skip to content

Commit 3156f9c

Browse files
github-actions[bot]amplify-android-dev+ghopsgpanshu
authored
release: Amplify Android 2.14.0 (#2606)
Co-authored-by: amplify-android-dev+ghops <[email protected]> Co-authored-by: gpanshu <[email protected]>
1 parent 7cba616 commit 3156f9c

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [Release 2.14.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.0)
2+
3+
### Features
4+
- **api:** Lazy Loading and Custom Selection Set ([#2592](https://github.com/aws-amplify/amplify-android/issues/2592))
5+
6+
### Bug Fixes
7+
- **push:** Add previously removed tests ([#2589](https://github.com/aws-amplify/amplify-android/issues/2589))
8+
- **auth:** fetch device metadata from credential store for `remember` and `forgetDevice` ([#2601](https://github.com/aws-amplify/amplify-android/issues/2601))
9+
10+
[See all changes between 2.13.2 and 2.14.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.13.2...release_v2.14.0)
11+
112
## [Release 2.13.2](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.13.2)
213

314
### Bug Fixes

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.13.2'
75-
implementation 'com.amplifyframework:aws-api:2.13.2'
76-
implementation 'com.amplifyframework:aws-auth-cognito:2.13.2'
77-
implementation 'com.amplifyframework:aws-datastore:2.13.2'
78-
implementation 'com.amplifyframework:aws-predictions:2.13.2'
79-
implementation 'com.amplifyframework:aws-storage-s3:2.13.2'
80-
implementation 'com.amplifyframework:aws-geo-location:2.13.2'
81-
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.13.2'
74+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.0'
75+
implementation 'com.amplifyframework:aws-api:2.14.0'
76+
implementation 'com.amplifyframework:aws-auth-cognito:2.14.0'
77+
implementation 'com.amplifyframework:aws-datastore:2.14.0'
78+
implementation 'com.amplifyframework:aws-predictions:2.14.0'
79+
implementation 'com.amplifyframework:aws-storage-s3:2.14.0'
80+
implementation 'com.amplifyframework:aws-geo-location:2.14.0'
81+
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.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.13.2
15+
VERSION_NAME=2.14.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.13.2'
27+
implementation 'com.amplifyframework:rxbindings:2.14.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)