aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2014-10-26 10:14:38 -0400
committerSam Whited <sam@samwhited.com>2014-10-26 10:14:38 -0400
commit4024136b1c6ac55b68dcce0cc6c4c4a9a9e59143 (patch)
tree1562a77fa36aee27d5393fddb569fca76118c459
parentb82a0e6528ded07ed289b5029669d0685b7902c4 (diff)
Use full URI for android application Gradle plugin
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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()