Use full URI for android application Gradle plugin

This commit is contained in:
Sam Whited 2014-10-26 10:14:38 -04:00
parent b82a0e6528
commit 4024136b1c

View file

@ -17,7 +17,7 @@ allprojects {
}
}
apply plugin: 'android'
apply plugin: 'com.android.application'
repositories {
jcenter()