From 07a4487d6ad7ac00c3c60d5ec2deebb25a854a10 Mon Sep 17 00:00:00 2001 From: iMeiji <361183736@qq.com> Date: Sat, 8 Jul 2017 17:19:26 +0800 Subject: [PATCH] v1.2.8 --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 104531e..1f8abc6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' ext { SUPPORT_LIBRARY_VERSION = '25.3.1' - BUILD_TOOLS = "25.0.0" + BUILD_TOOLS = "26.0.0" } def releaseTime() { @@ -10,14 +10,14 @@ def releaseTime() { } android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.0" defaultConfig { applicationId "com.meiji.toutiao" minSdkVersion 16 - targetSdkVersion 25 - versionCode 6 - versionName "1.2.7.1" + targetSdkVersion 26 + versionCode 7 + versionName "1.2.8" multiDexEnabled true vectorDrawables.useSupportLibrary = true }