diff --git a/README.md b/README.md index 336cbe116..8d0a1092c 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.16.8' + compile 'com.mparticle:android-core:4.16.9' } ``` @@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit ```groovy dependencies { compile ( - 'com.mparticle:android-example-kit:4.16.8', - 'com.mparticle:android-another-kit:4.16.8' + 'com.mparticle:android-example-kit:4.16.9', + 'com.mparticle:android-another-kit:4.16.9' ) } ``` diff --git a/build.gradle b/build.gradle index cd7e99677..f938d4ae0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { allprojects { group = 'com.mparticle' - version = '4.16.8-SNAPSHOT' + version = '4.16.9-SNAPSHOT' if (project.hasProperty('isRelease') && project.isRelease) { version = version.toString().replace("-SNAPSHOT", "") }