From d4b07566322fb2b99297aaedfe05e9931b1ac371 Mon Sep 17 00:00:00 2001 From: Will Passidomo Date: Mon, 24 Jul 2017 13:25:38 -0400 Subject: [PATCH] Update version to 4.15.6 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8067eb2c..189f0b96c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please reference the badge above an ```groovy dependencies { - compile 'com.mparticle:android-core:4.15.5' + compile 'com.mparticle:android-core:4.15.6' } ``` @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { compile ( - 'com.mparticle:android-example-kit:4.15.5', - 'com.mparticle:android-another-kit:4.15.5' + 'com.mparticle:android-example-kit:4.15.6', + 'com.mparticle:android-another-kit:4.15.6' ) } ``` diff --git a/build.gradle b/build.gradle index 4fdfebd69..015d6d24a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { allprojects { group = 'com.mparticle' - version = '4.15.5-SNAPSHOT' + version = '4.15.6-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }