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 {