mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
parent
db4d1f5768
commit
04a3c9d9ee
@ -21,6 +21,7 @@ apply plugin: 'com.android.application'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
@ -36,6 +37,7 @@ buildscript {
|
||||
// Allow plugins to declare Maven dependencies via build-extras.gradle.
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral();
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user