diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d2e60b2..79151b6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.56.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.56.3...v5.56.4) (2024-07-31) + + +### Updates & Maintenance + +* Update submodules ([8c59ab1](https://github.com/mParticle/mparticle-android-sdk/commit/8c59ab1c35d114313e61bf5a5ffd368a8451491f)) + ## [5.56.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.56.2...v5.56.3) (2024-07-25) diff --git a/README.md b/README.md index 562757dc4..175e3000e 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.56.3' + implementation 'com.mparticle:android-core:5.56.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.56.3', - 'com.mparticle:android-another-kit:5.56.3' + 'com.mparticle:android-example-kit:5.56.4', + 'com.mparticle:android-another-kit:5.56.4' ) } ``` diff --git a/build.gradle b/build.gradle index a708a6e2d..3c272c3eb 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { allprojects { group = 'com.mparticle' - version = '5.56.3-SNAPSHOT' + version = '5.56.4-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }