CB-11481: android-library is deprecated use com.android.library instead

This commit is contained in:
Vivek Kiran 2016-06-24 10:38:23 +05:30 committed by Vladimir Kotikov
parent 97ce7dd417
commit 8416c4e5e9
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ buildscript {
}
}
apply plugin: 'android-library'
apply plugin: 'com.android.library'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')

View File

@ -29,7 +29,7 @@ buildscript {
}
apply plugin: 'android-library'
apply plugin: 'com.android.library'
ext {
apply from: 'cordova.gradle'