From 4f20945a83a0810e549e7a86ed3810c0a9e59cc9 Mon Sep 17 00:00:00 2001 From: yj Date: Tue, 27 Jun 2017 10:34:33 +0800 Subject: [PATCH] =?UTF-8?q?Action:release=20Description:=E4=BF=AE=E6=94=B9?= =?UTF-8?q?lib=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/modules.xml | 3 --- vcedittext-lib/build.gradle | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.idea/modules.xml b/.idea/modules.xml index 5eae8da..910b240 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,11 +2,8 @@ - - - diff --git a/vcedittext-lib/build.gradle b/vcedittext-lib/build.gradle index ff36e60..9f835a0 100644 --- a/vcedittext-lib/build.gradle +++ b/vcedittext-lib/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' apply plugin: 'com.novoda.bintray-release' -def appVerCode = 1 -def appVerName = "1.0.0" +def appVerCode = 2 +def appVerName = "1.0.1" publish { userOrg = 'jkb'