From bd6e2a30469f62d0d1cb8023a6bbbd1b400b3a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 11 Mar 2015 23:32:05 +0100 Subject: [PATCH] Bump gradle plugin to 1.0.1 I tried 1.1.3, but it failed. Needs further investigation. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62d4065cf..3adee96f4 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.0.0' + classpath 'com.android.tools.build:gradle:1.0.1' // libsuperuser submodule requires these plugins, even though // the F-Droid build process never invokes code from them. It