From 3a339ba37fc979d5abec809ff085a2d410c48d99 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Thu, 15 Feb 2018 17:42:10 -0500 Subject: [PATCH] :arrow_up: Bump gradle tools dependency to 3.0.1 for project template --- 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 7b238154..d982091f 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -29,7 +29,7 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.android.tools.build:gradle:3.0.0' + classpath 'com.android.tools.build:gradle:3.0.1' } }