forked from github/cordova-android
CB-11481: android-library is deprecated use com.android.library instead
This commit is contained in:
parent
97ce7dd417
commit
8416c4e5e9
@ -42,7 +42,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'android-library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: '*.jar')
|
compile fileTree(dir: 'libs', include: '*.jar')
|
||||||
|
@ -29,7 +29,7 @@ buildscript {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'android-library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
apply from: 'cordova.gradle'
|
apply from: 'cordova.gradle'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user