Browse Source

gradle 4.1

main 2.2.4
jiangdongguo 6 years ago
parent
commit
35254c5d4e
  1. 8
      build.gradle

8
build.gradle

@ -26,10 +26,10 @@ task clean(type: Delete) {
ext {
supportLibVersion = '25.3.1' // variable that can be referenced to keep support libs consistent
commonLibVersion= '1.5.20'
versionBuildTool = '25.0.2'
versionCompiler = 25
versionTarget = 23
versionNameString = '1.0.0'
//versionBuildTool = '26.0.2'
//versionCompiler = 25
//versionTarget = 22
//versionNameString = '1.0.0'
javaSourceCompatibility = JavaVersion.VERSION_1_7
javaTargetCompatibility = JavaVersion.VERSION_1_7
}

Loading…
Cancel
Save