1
0
Fork 1

Use full URI for android application Gradle plugin

This commit is contained in:
Sam Whited 2014-10-26 10:14:38 -04:00
parent aa79a50418
commit 0726ef60fc

View file

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