From 16e7ada50a611face7f5e7fa710c9dee3db23eb2 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Tue, 11 Jul 2023 20:35:29 +0000 Subject: [PATCH] chore: 5.51.5 (release) ## [5.51.5](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.4...v5.51.5) (2023-07-11) ### Updates & Maintenance * Update submodules ([4465359](https://github.com/mParticle/mparticle-android-sdk/commit/4465359deb062530fe513963deead6cc99c0426d)) --- 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 ebadcbc21..753873d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.51.5](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.4...v5.51.5) (2023-07-11) + + +### Updates & Maintenance + +* Update submodules ([4465359](https://github.com/mParticle/mparticle-android-sdk/commit/4465359deb062530fe513963deead6cc99c0426d)) + ## [5.51.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.51.3...v5.51.4) (2023-07-05) diff --git a/README.md b/README.md index cf1cfcf83..7ac114580 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.51.4' + implementation 'com.mparticle:android-core:5.51.5' } ``` @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { implementation ( - 'com.mparticle:android-example-kit:5.51.4', - 'com.mparticle:android-another-kit:5.51.4' + 'com.mparticle:android-example-kit:5.51.5', + 'com.mparticle:android-another-kit:5.51.5' ) } ``` diff --git a/build.gradle b/build.gradle index 3cf75fc4b..5940db1e6 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.51.4-SNAPSHOT' + version = '5.51.5-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }