From b73c04f3c8424e6db57c3bb98c550cd4d976f473 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Tue, 4 Apr 2017 15:34:42 -0700 Subject: [PATCH] Updating gradle version in the build file --- bin/templates/project/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/app/build.gradle b/bin/templates/project/app/build.gradle index 1d18ba1b..5134793f 100644 --- a/bin/templates/project/app/build.gradle +++ b/bin/templates/project/app/build.gradle @@ -39,7 +39,7 @@ allprojects { } task wrapper(type: Wrapper) { - gradleVersion = '2.14.1' + gradleVersion = '3.3.0' } // Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.