From 13d54c57ec9f646e1b322f4ababa5e7daeeac5aa Mon Sep 17 00:00:00 2001 From: liuyongkui Date: Mon, 3 Jul 2017 18:31:29 +0800 Subject: [PATCH] 1.5.3 --- novate/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novate/build.gradle b/novate/build.gradle index e68acd9..07e9a8e 100644 --- a/novate/build.gradle +++ b/novate/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "1.5.2.3" +version = "1.5.3" android { compileSdkVersion 23 buildToolsVersion "23.0.2" @@ -9,7 +9,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 33 + versionCode 34 versionName version }