mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
add repositories support (#1179)
Authored-by: Engin Diri <engin.diri@lidl.com>
This commit is contained in:
@@ -29,10 +29,8 @@ ext {
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
apply from: 'repositories.gradle'
|
||||
repositories repos
|
||||
|
||||
dependencies {
|
||||
// The gradle plugin and the maven plugin have to be updated after each version of Android
|
||||
@@ -44,10 +42,8 @@ buildscript {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
apply from: 'repositories.gradle'
|
||||
repositories repos
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
Reference in New Issue
Block a user