Skip to content

Commit f7be827

Browse files
authored
Release 0.10.3 (#58)
1 parent f8fbd67 commit f7be827

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
1919
```
2020
dependencies {
2121
...
22-
compile 'com.siftscience:sift-android:0.10.2-beta'
22+
compile 'com.siftscience:sift-android:0.10.3-beta'
2323
...
2424
}
2525
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.10.2-beta
21-
VERSION_CODE=16
20+
VERSION_NAME=0.10.3-beta
21+
VERSION_CODE=17
2222

2323
GROUP=com.siftscience
2424

sift/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
defaultConfig {
2222
minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
2323
targetSdkVersion 25
24-
versionCode 16
25-
versionName '0.10.2-beta'
24+
versionCode 17
25+
versionName '0.10.3-beta'
2626

2727
consumerProguardFiles 'proguard-rules.pro'
2828
}

0 commit comments

Comments
 (0)