From 4024136b1c6ac55b68dcce0cc6c4c4a9a9e59143 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 26 Oct 2014 10:14:38 -0400 Subject: Use full URI for android application Gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 37d59089..9139a6ae 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { } } -apply plugin: 'android' +apply plugin: 'com.android.application' repositories { jcenter() -- cgit v1.2.3