From 72dbf0d86e1a951557d71d25f56159a9cde6536e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:52:29 -0800 Subject: [PATCH] release: Amplify Android 1.37.13 (#2248) Co-authored-by: amplify-android-dev+ghops --- CHANGELOG.md | 7 +++++++ README.md | 12 ++++++------ core-kotlin/CHANGELOG.md | 7 +++++++ core-kotlin/gradle.properties | 2 +- gradle.properties | 2 +- rxbindings/README.md | 2 +- 6 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998815ed07..7aac576d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 1.37.13](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.37.13) + +### Miscellaneous +- Update build.gradle (#2246) + +[See all changes between 1.37.12 and 1.37.13](https://github.com/aws-amplify/amplify-android/compare/release_v1.37.12...release_v1.37.13) + ## [Release 1.37.12](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.37.12) ### Bug Fixes diff --git a/README.md b/README.md index 884858e7d5..782450913e 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ dependencies section: ```groovy dependencies { // Only specify modules that provide functionality your app will use - implementation 'com.amplifyframework:aws-analytics-pinpoint:1.37.12' - implementation 'com.amplifyframework:aws-api:1.37.12' - implementation 'com.amplifyframework:aws-auth-cognito:1.37.12' - implementation 'com.amplifyframework:aws-datastore:1.37.12' - implementation 'com.amplifyframework:aws-predictions:1.37.12' - implementation 'com.amplifyframework:aws-storage-s3:1.37.12' + implementation 'com.amplifyframework:aws-analytics-pinpoint:1.37.13' + implementation 'com.amplifyframework:aws-api:1.37.13' + implementation 'com.amplifyframework:aws-auth-cognito:1.37.13' + implementation 'com.amplifyframework:aws-datastore:1.37.13' + implementation 'com.amplifyframework:aws-predictions:1.37.13' + implementation 'com.amplifyframework:aws-storage-s3:1.37.13' } ``` diff --git a/core-kotlin/CHANGELOG.md b/core-kotlin/CHANGELOG.md index 455362fe60..108ebe63c5 100644 --- a/core-kotlin/CHANGELOG.md +++ b/core-kotlin/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 0.21.13](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.21.13) + +### Miscellaneous +- Update build.gradle (#2246) + +[See all changes between 0.21.12 and 0.21.13](https://github.com/aws-amplify/amplify-android/compare/release-kotlin_v0.21.12...release-kotlin_v0.21.13) + ## [Release 0.21.12](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.21.12) ### Bug Fixes diff --git a/core-kotlin/gradle.properties b/core-kotlin/gradle.properties index be4aebbb5e..0307e278b7 100644 --- a/core-kotlin/gradle.properties +++ b/core-kotlin/gradle.properties @@ -3,4 +3,4 @@ POM_NAME=Amplify Framework for Android - Kotlin facade for Core library POM_DESCRIPTION=Amplify Framework for Android - Kotlin facade for Core library POM_PACKAGING=aar -VERSION_NAME=0.21.12 +VERSION_NAME=0.21.13 diff --git a/gradle.properties b/gradle.properties index 36b9d00a97..dce6b2a144 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=1.37.12 +VERSION_NAME=1.37.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 0edf172e01..a12f4719a2 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:1.37.12' + implementation 'com.amplifyframework:rxbindings:1.37.13' } ```