diff --git a/README.md b/README.md index 8b52df9..eadc005 100644 --- a/README.md +++ b/README.md @@ -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' ... } ``` diff --git a/gradle.properties b/gradle.properties index c7d6ed3..8c6f9d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/sift/build.gradle b/sift/build.gradle index ac133f5..0b3a9cd 100644 --- a/sift/build.gradle +++ b/sift/build.gradle @@ -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' }