Skip to content

Commit

Permalink
Update version to 4.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Jun 28, 2017
1 parent 3953045 commit cc0a89a
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.15.3'
compile 'com.mparticle:android-core:4.15.4'
}
```

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.15.3',
'com.mparticle:android-another-kit:4.15.3',
'com.mparticle:android-example-kit:4.15.4',
'com.mparticle:android-another-kit:4.15.4',
)
}
```
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.15.3-SNAPSHOT'
version = '4.15.4-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
Expand Down

0 comments on commit cc0a89a

Please sign in to comment.