Revert "Allow setting a different Gradle version."

This reverts commit af05162c72.
This commit is contained in:
Joseph Cloutier
2017-02-13 12:55:51 -05:00
parent 4dc184f337
commit b4055db620
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_VERSION::'
classpath 'com.android.tools.build:gradle:2.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -39,7 +39,7 @@ configure(subprojects.findAll {!it.file('build.gradle').exists() && it.file('bui
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_VERSION::'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}