From 20f7cd4ae8349e8917f0f1d9f349be4e2adbd563 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 26 Oct 2014 20:45:36 +0000 Subject: [PATCH] Fixed deprecation --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dafcb1e..79250ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,4 @@ -apply plugin: 'android' +apply plugin: 'com.android.application' apply plugin: 'witness' android {