From 9586a7ddcd46b4d7bad432cf407f5c58f737d942 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 26 Sep 2016 13:58:58 -0700 Subject: [PATCH] CB-11907: Bumping Android Gradle Plugin version to 2.2 so this works with Android Studio --- bin/templates/project/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index 0ec49a99..85a62729 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -30,7 +30,7 @@ buildscript { // http://tools.android.com/tech-docs/new-build-system/version-compatibility // and https://issues.apache.org/jira/browse/CB-8143 dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.2.0' } }