From 91ab0b4a8a2b9be43087c2f67f1f50a8431de5cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:44:11 -0400 Subject: [PATCH] release: Amplify Android 2.14.13 (#2748) 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 50e2d175d..eb5b95f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 2.14.13](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.13) + +### Bug Fixes +- **analytics:** Set start time before generating session ID ([#2747](https://github.com/aws-amplify/amplify-android/issues/2747)) + +[See all changes between 2.14.12 and 2.14.13](https://github.com/aws-amplify/amplify-android/compare/release_v2.14.12...release_v2.14.13) + ## [Release 2.14.12](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.12) ### Bug Fixes diff --git a/README.md b/README.md index 7b808a220..5e559e020 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.14.12' - implementation 'com.amplifyframework:aws-api:2.14.12' - implementation 'com.amplifyframework:aws-auth-cognito:2.14.12' - implementation 'com.amplifyframework:aws-datastore:2.14.12' - implementation 'com.amplifyframework:aws-predictions:2.14.12' - implementation 'com.amplifyframework:aws-storage-s3:2.14.12' - implementation 'com.amplifyframework:aws-geo-location:2.14.12' - implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.12' + implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.13' + implementation 'com.amplifyframework:aws-api:2.14.13' + implementation 'com.amplifyframework:aws-auth-cognito:2.14.13' + implementation 'com.amplifyframework:aws-datastore:2.14.13' + implementation 'com.amplifyframework:aws-predictions:2.14.13' + implementation 'com.amplifyframework:aws-storage-s3:2.14.13' + implementation 'com.amplifyframework:aws-geo-location:2.14.13' + implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.13' } ``` diff --git a/gradle.properties b/gradle.properties index 7337a2d8a..e4cdbd8b7 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.14.12 +VERSION_NAME=2.14.13 POM_GROUP=com.amplifyframework POM_URL=https://github.com/aws-amplify/amplify-android diff --git a/rxbindings/README.md b/rxbindings/README.md index e029c9eb5..73f27af7e 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.14.12' + implementation 'com.amplifyframework:rxbindings:2.14.13' } ```