From 033c0f2b68bc5d1c3da15a2e1d8a83627288c56a Mon Sep 17 00:00:00 2001 From: Tzu-ting Date: Fri, 27 Jan 2017 20:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20new=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 882ebde..1354481 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.library' def groupId = 'nctu.fintech' def artifactId = 'appmate' -def code = 5 -def version = '1.1.2' +def code = 6 +def version = '1.2.0' android { compileSdkVersion 22