Skip to content

Commit

Permalink
Merge pull request #80 from SiftScience/bhiggins_bump_version
Browse files Browse the repository at this point in the history
(For Gary) bump to code version to v0.11.1
  • Loading branch information
brianmhiggins authored Nov 20, 2020
2 parents 982a0d1 + 0443d3d commit 9a2fb1c
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:
```gradle
dependencies {
...
compile 'com.siftscience:sift-android:0.10.5'
compile 'com.siftscience:sift-android:0.11.1'
...
}
```
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.5
VERSION_CODE=19
VERSION_NAME=0.11.1
VERSION_CODE=20

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 30
versionCode 19
versionName '0.10.5'
versionCode 20
versionName '0.11.1'

consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit 9a2fb1c

Please sign in to comment.