File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
2- task wrapper (type : Wrapper ) {
3- gradleVersion = ' 2.5 '
4- }
2+ // task wrapper(type: Wrapper) {
3+ // gradleVersion = '2.13 '
4+ // }
55
66buildscript {
77 repositories {
88 jcenter()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:1.3.1 '
11+ classpath ' com.android.tools.build:gradle:2.1.0 '
1212
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.5-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.13-bin .zip
You can’t perform that action at this time.
0 commit comments