File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/siftscience/android Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
1919```
2020dependencies {
2121 ...
22- compile 'com.siftscience:sift-android:0.9.5 '
22+ compile 'com.siftscience:sift-android:0.9.6 '
2323 ...
2424}
2525```
Original file line number Diff line number Diff line change 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.9.5
20+ VERSION_NAME =0.9.6
2121VERSION_CODE =5
2222
2323GROUP =com.siftscience
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222 minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
2323 targetSdkVersion 25
2424 versionCode 5
25- versionName ' 0.9.5 '
25+ versionName ' 0.9.6 '
2626
2727 consumerProguardFiles ' proguard-rules.pro'
2828 }
Original file line number Diff line number Diff line change 2828
2929/** The main class of the Sift client library. */
3030public class Sift {
31- public static final String SDK_VERSION = "0.9.5 " ;
31+ public static final String SDK_VERSION = "0.9.6 " ;
3232 private static final String TAG = Sift .class .getName ();
3333
3434 private static Sift instance ;
You can’t perform that action at this time.
0 commit comments