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

@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:::ANDROID_GRADLE_VERSION::'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}