From bd32c6733953d0eb289fbaf257e3ab56033a87ae Mon Sep 17 00:00:00 2001 From: "1105075896@qq.com" <1105075896@qq.com> Date: Sun, 6 Jan 2019 22:52:49 +0800 Subject: [PATCH] =?UTF-8?q?v1.3.5(15)=20=20AES=E5=8A=A0=E5=AF=86=E5=85=BC?= =?UTF-8?q?=E5=AE=B97.0=E4=BB=A5=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9500672..92fa610 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.monke.monkeybook" minSdkVersion 17 targetSdkVersion 26 - versionCode 13 - versionName "1.3.2" + versionCode 15 + versionName "1.3.5" manifestPlaceholders = [UMENG_CHANNEL_VALUE: "pugongying"] }