From 148681bdd74b1d0fb7bfc545b17b20286842c0fc Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Mon, 16 Oct 2023 22:06:28 +0000 Subject: [PATCH] chore: 5.53.2 (release) ## [5.53.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.1...v5.53.2) (2023-10-16) ### Updates & Maintenance * Update submodules ([49a682d](https://github.com/mParticle/mparticle-android-sdk/commit/49a682daf437d3496253a1cf6bd5c73db739ecfa)) --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- build.gradle | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6e3b974..750ff7a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.53.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.1...v5.53.2) (2023-10-16) + + +### Updates & Maintenance + +* Update submodules ([49a682d](https://github.com/mParticle/mparticle-android-sdk/commit/49a682daf437d3496253a1cf6bd5c73db739ecfa)) + ## [5.53.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.53.0...v5.53.1) (2023-09-07) diff --git a/README.md b/README.md index d665bde21..6720904b9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll ```groovy dependencies { - implementation 'com.mparticle:android-core:5.53.1' + implementation 'com.mparticle:android-core:5.53.2' } ``` @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { implementation ( - 'com.mparticle:android-example-kit:5.53.1', - 'com.mparticle:android-another-kit:5.53.1' + 'com.mparticle:android-example-kit:5.53.2', + 'com.mparticle:android-another-kit:5.53.2' ) } ``` diff --git a/build.gradle b/build.gradle index 39e10230d..c61c1030c 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.53.1-SNAPSHOT' + version = '5.53.2-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }