Skip to content

Commit

Permalink
(For David) Bumps version to 0.10.5 (#69)
Browse files Browse the repository at this point in the history
* Bumps version to 0.10.5

* Adds the rest of the changes
  • Loading branch information
garylee1 authored May 6, 2019
1 parent 4ea9125 commit a5103a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
```
dependencies {
...
compile 'com.siftscience:sift-android:0.10.4'
compile 'com.siftscience:sift-android:0.10.5'
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.10.4
VERSION_CODE=18
VERSION_NAME=0.10.5
VERSION_CODE=19

GROUP=com.siftscience

Expand Down
4 changes: 2 additions & 2 deletions sift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
targetSdkVersion 25
versionCode 18
versionName '0.10.4'
versionCode 19
versionName '0.10.5'

consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit a5103a5

Please sign in to comment.