From e085bcd54c6de510763da73290b80c6804db026e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 10 Dec 2014 10:53:37 +0100 Subject: [PATCH] Use the newer plugin form 'com.android.application' --- F-Droid/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index a4516f46d..975af5411 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -1,4 +1,4 @@ -apply plugin: 'android' +apply plugin: 'com.android.application' dependencies { compile project(':support-v4') diff --git a/build.gradle b/build.gradle index 7a6c0bbb8..af7fbbcf5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } // We need to apply the android plugin to be able to use $android for getSdkPath -apply plugin: 'android' +apply plugin: 'com.android.application' allprojects { ext {