Use full URI for android application Gradle plugin
This commit is contained in:
parent
aa79a50418
commit
0726ef60fc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'android'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
|
Loading…
Reference in a new issue