diff --git a/jq/build.gradle b/jq/build.gradle index 842790c..5fe53c7 100644 --- a/jq/build.gradle +++ b/jq/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = '1.0.2' +version = '1.0.3' android { compileSdkVersion 23 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 1 targetSdkVersion 23 - versionCode 3 - versionName "1.0.2" + versionCode 4 + versionName "1.0.3" } buildTypes { }