From 4862ce9f2bc6039af05beaa5f1531819a3fab393 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:50:57 -0700 Subject: [PATCH] release: Amplify Android 2.21.1 (#2901) Co-authored-by: amplify-android-dev+ghops --- CHANGELOG.md | 7 +++++++ README.md | 16 ++++++++-------- gradle.properties | 2 +- rxbindings/README.md | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e346206..8aa574c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 2.21.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.21.1) + +### Bug Fixes +- **notifications:** Catch Exception when download icon image of pinpoint notification ([#2873](https://github.com/aws-amplify/amplify-android/issues/2873)) + +[See all changes between 2.21.0 and 2.21.1](https://github.com/aws-amplify/amplify-android/compare/release_v2.21.0...release_v2.21.1) + ## [Release 2.21.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.21.0) ### Features diff --git a/README.md b/README.md index f0ef8c631..4ce027cdb 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,14 @@ dependencies section: ```groovy dependencies { // Only specify modules that provide functionality your app will use - implementation 'com.amplifyframework:aws-analytics-pinpoint:2.21.0' - implementation 'com.amplifyframework:aws-api:2.21.0' - implementation 'com.amplifyframework:aws-auth-cognito:2.21.0' - implementation 'com.amplifyframework:aws-datastore:2.21.0' - implementation 'com.amplifyframework:aws-predictions:2.21.0' - implementation 'com.amplifyframework:aws-storage-s3:2.21.0' - implementation 'com.amplifyframework:aws-geo-location:2.21.0' - implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.21.0' + implementation 'com.amplifyframework:aws-analytics-pinpoint:2.21.1' + implementation 'com.amplifyframework:aws-api:2.21.1' + implementation 'com.amplifyframework:aws-auth-cognito:2.21.1' + implementation 'com.amplifyframework:aws-datastore:2.21.1' + implementation 'com.amplifyframework:aws-predictions:2.21.1' + implementation 'com.amplifyframework:aws-storage-s3:2.21.1' + implementation 'com.amplifyframework:aws-geo-location:2.21.1' + implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.21.1' } ``` diff --git a/gradle.properties b/gradle.properties index 3e6d547f7..3bd336ffa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects org.gradle.parallel=true -VERSION_NAME=2.21.0 +VERSION_NAME=2.21.1 POM_GROUP=com.amplifyframework POM_URL=https://github.com/aws-amplify/amplify-android diff --git a/rxbindings/README.md b/rxbindings/README.md index 01c135cb1..abef70de5 100644 --- a/rxbindings/README.md +++ b/rxbindings/README.md @@ -24,7 +24,7 @@ library. In your module's `build.gradle`: ```gradle dependencies { // Add this line. - implementation 'com.amplifyframework:rxbindings:2.21.0' + implementation 'com.amplifyframework:rxbindings:2.21.1' } ```