From 9cf38f8705654e28ae2e2fa6d3044295afc6c185 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 26 Sep 2016 15:05:23 -0700 Subject: [PATCH] CB-11907: Bumping Gradle to work with Android Studio 2.2 and the Gradle Plugin, I should have done this last commit This closes #336 --- 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 85a62729..d40cfda8 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -43,7 +43,7 @@ allprojects { } task wrapper(type: Wrapper) { - gradleVersion = '2.13' + gradleVersion = '2.14.1' } // Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.