From b04d46d4f11022f18c1783971fedd99e381b9460 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Wed, 3 May 2023 17:14:51 +0000 Subject: [PATCH] chore: 5.50.4 (release) ## [5.50.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.3...v5.50.4) (2023-05-03) ### Updates & Maintenance * Update submodules ([9ed4e70](https://github.com/mParticle/mparticle-android-sdk/commit/9ed4e70d77aba4ada08d9a8b715b2115b75a7341)) --- 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 7b1f5e022..4c4c83c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.50.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.3...v5.50.4) (2023-05-03) + + +### Updates & Maintenance + +* Update submodules ([9ed4e70](https://github.com/mParticle/mparticle-android-sdk/commit/9ed4e70d77aba4ada08d9a8b715b2115b75a7341)) + ## [5.50.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.50.2...v5.50.3) (2023-03-31) diff --git a/README.md b/README.md index ba073b266..b782926a2 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.50.3' + implementation 'com.mparticle:android-core:5.50.4' } ``` @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { implementation ( - 'com.mparticle:android-example-kit:5.50.3', - 'com.mparticle:android-another-kit:5.50.3' + 'com.mparticle:android-example-kit:5.50.4', + 'com.mparticle:android-another-kit:5.50.4' ) } ``` diff --git a/build.gradle b/build.gradle index 0bc016a5a..bd8c33dda 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.50.3-SNAPSHOT' + version = '5.50.4-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }