You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2018/02/15 22:42:19 UTC

[cordova-android] branch master updated: :arrow_up: Bump gradle tools dependency to 3.0.1 for project template

This is an automated email from the ASF dual-hosted git repository.

macdonst pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a339ba  :arrow_up: Bump gradle tools dependency to 3.0.1 for project template
3a339ba is described below

commit 3a339ba37fc979d5abec809ff085a2d410c48d99
Author: Simon MacDonald <si...@gmail.com>
AuthorDate: Thu Feb 15 17:42:10 2018 -0500

    :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 7b23815..d982091 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'
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
macdonst@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org