File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25 .0.0 "
5+ buildToolsVersion ' 26 .0.2 '
66 defaultConfig {
77 applicationId " com.yinglan.shadowdemo"
88 minSdkVersion 11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.3.3 '
8+ classpath ' com.android.tools.build:gradle:3.0.0 '
99 // NOTE: Do not place your application dependencies here; they belong
1010 // in the individual module build.gradle files
1111 }
Original file line number Diff line number Diff line change 1- # Sat Mar 25 11:22 :38 CST 2017
1+ # Thu Oct 26 11:58 :38 CST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25 .0.0 "
5+ buildToolsVersion ' 26 .0.2 '
66
77 defaultConfig {
88 minSdkVersion 11
You can’t perform that action at this time.
0 commit comments