Commit f7635a71 authored by 7c00's avatar 7c00

修改 gradle 版本与默认一致

parent 656fde25
...@@ -9,14 +9,14 @@ buildscript { ...@@ -9,14 +9,14 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.android.tools.build:gradle:2.2.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.3" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
......
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 to comment