From 3c7c65f51429b7fc38b54462d6925b77ea6847dc Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Mon, 13 Feb 2017 15:45:05 +0100 Subject: [PATCH] Fix gradle build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f6506ceb..0e22d7956 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { classpath 'com.android.tools.build:gradle:2.2.0' } } -apply plugin: 'android' +apply plugin: 'com.android.application' dependencies { compile fileTree(dir: 'libs', include: '*.jar')