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