Skip to content

Commit

Permalink
Update version to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed May 5, 2017
1 parent f5a09dc commit 7d53fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.12.0'
compile 'com.mparticle:android-core:4.13.0'
}
```

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.12.0',
'com.mparticle:android-another-kit:4.12.0',
'com.mparticle:android-example-kit:4.13.0',
'com.mparticle:android-another-kit:4.13.0',
)
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ buildscript {

allprojects {
group = 'com.mparticle'
version = '4.12.0-SNAPSHOT'
version = '4.13.0-SNAPSHOT'
if (project.hasProperty('isRelease') && project.isRelease) {
version = version.toString().replace("-SNAPSHOT", "")
}
repositories {
mavenLocal()
jcenter()
}
}
}

0 comments on commit 7d53fb9

Please sign in to comment.