Downgrade gradle to 2.2.1

pull/281/head
Alex Baker 9 years ago
parent e2ab1f6fa2
commit e5c419498e

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
task wrapper(type: Wrapper) {
gradleVersion = '2.3'
gradleVersion = '2.2.1'
}
buildscript {

Binary file not shown.

@ -1,6 +1,6 @@
#Tue Feb 24 12:31:17 CST 2015
#Thu Apr 16 13:14:20 CDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

Loading…
Cancel
Save