CB-8143 Use gradle 2.2.1 instead of 1.12 to appease Android Studio 1.0 warning-on-startup

This commit is contained in:
Andrew Grieve
2014-12-22 11:37:06 -05:00
parent b92303b1c9
commit 6b6e887c2f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ buildscript {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.12'
gradleVersion = '2.2.1'
}
// PLUGIN GRADLE EXTENSIONS START