From ca4fd0b8d533161d4ac976e3026e354d5bc531bd Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 12 Apr 2024 19:31:11 +0000 Subject: [PATCH] chore: 5.55.4 (release) ## [5.55.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.3...v5.55.4) (2024-04-12) ### Updates & Maintenance * Update submodules ([4ecd3de](https://github.com/mParticle/mparticle-android-sdk/commit/4ecd3de8db824ebe94ccbe55d46de0069fd5f1d9)) --- 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 09ed41d2a..22eb68ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.55.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.3...v5.55.4) (2024-04-12) + + +### Updates & Maintenance + +* Update submodules ([4ecd3de](https://github.com/mParticle/mparticle-android-sdk/commit/4ecd3de8db824ebe94ccbe55d46de0069fd5f1d9)) + ## [5.55.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.55.2...v5.55.3) (2024-04-12) diff --git a/README.md b/README.md index fc24a747e..d1ee152aa 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.55.3' + implementation 'com.mparticle:android-core:5.55.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.55.3', - 'com.mparticle:android-another-kit:5.55.3' + 'com.mparticle:android-example-kit:5.55.4', + 'com.mparticle:android-another-kit:5.55.4' ) } ``` diff --git a/build.gradle b/build.gradle index 411457f23..92dfab7ef 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.55.3-SNAPSHOT' + version = '5.55.4-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }