Commit ed26af29 by chengfengpiaopiao

TBS

parent 73adfe64
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</value> </value>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">
......
...@@ -59,6 +59,9 @@ android { ...@@ -59,6 +59,9 @@ android {
manifestPlaceholders = [UMENG_CHANNEL_VALUE: "base"] //默认名称 manifestPlaceholders = [UMENG_CHANNEL_VALUE: "base"] //默认名称
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true //方法数超过65535 multiDexEnabled true //方法数超过65535
ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}
} }
lintOptions { lintOptions {
......
...@@ -25,9 +25,9 @@ task clean(type: Delete) { ...@@ -25,9 +25,9 @@ task clean(type: Delete) {
ext { ext {
//版本 //版本
compileSdkVersion = 25 compileSdkVersion = 23
buildToolsVersion = "25.0.1" //23.0.3 25.0.1 buildToolsVersion = "23.0.3" //23.0.3 25.0.1
targetSdkVersion = 25 targetSdkVersion = 23
//项目依赖 //项目依赖
ButterKnife = "6.1.0" ButterKnife = "6.1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment