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
1 changed files with 1 additions and 1 deletions

View File

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