Commit 3103b34e by chengfengpiaopiao

jenkins build.gradle全局变量设置

parent 96c252c6
Showing with 4 additions and 4 deletions
...@@ -21,7 +21,7 @@ def getDate() { ...@@ -21,7 +21,7 @@ def getDate() {
android { android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.compileSdkVersion buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig { defaultConfig {
applicationId "com.maile.jingcai" applicationId "com.maile.jingcai"
minSdkVersion 16 minSdkVersion 16
......
...@@ -24,9 +24,9 @@ task clean(type: Delete) { ...@@ -24,9 +24,9 @@ task clean(type: Delete) {
ext { ext {
//版本 //版本
buildToolsVersion "25.0.1" //23.0.3 compileSdkVersion = 25
compileSdkVersion "25" buildToolsVersion = "25.0.1" //23.0.3
targetSdkVersion "25" targetSdkVersion = 25
//项目依赖 //项目依赖
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