Skip to content

Commit

Permalink
Update version to 4.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Oct 18, 2017
1 parent 27ad9fa commit 250c1e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand All @@ -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'
)
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
}
Expand Down

0 comments on commit 250c1e0

Please sign in to comment.