Revert to alpha version of gradle

Build fails otherwise
This commit is contained in:
2016-03-24 20:14:26 -04:00
parent 90a3964f0f
commit 2dfbcfcdb0

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.0-alpha3'
}
}