From d6a959c765392bd536120bc095d85092b09027af Mon Sep 17 00:00:00 2001 From: hongbing Date: Mon, 5 Feb 2018 14:55:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug=EF=BC=9A=201.dexcount=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC=E8=BF=87=E4=BD=8E=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4as=E6=9E=84=E5=BB=BA=E6=8A=A5=E9=94=99=202.VIOLET=5FPA?= =?UTF-8?q?SSCODE=E6=9C=AA=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 + build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 25d7564bc..cee18b5c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,6 +15,7 @@ android { testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" multiDexEnabled true buildConfigField("String", "API_SERVER_URL", '"https://www.oschina.net/;http://www.oschina.cc/"') + buildConfigField("String","VIOLET_PASSCODE",'"123456"') ndk { //设置支持的SO库架构 abiFilters 'arm64-v8a', 'armeabi' , 'arm64-v7a'//'x86' , 'x86_64', diff --git a/build.gradle b/build.gradle index 4acf6f163..86e249a73 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { dependencies { //noinspection GradleDependency classpath 'com.android.tools.build:gradle:2.2.3' - classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.3.0' + classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2' } } @@ -26,5 +26,5 @@ ext { targetSdkVersion = 25 versionCode = 291 versionName = "v2.9.0(17272043)" - supportVersion = '25.1.0' + supportVersion = '25.2.0' } \ No newline at end of file -- Gitee