Repository: cordova-android Updated Branches: refs/heads/5.2.x 97ce7dd41 -> 35dfdece1
CB-11481: android-library is deprecated use com.android.library instead Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/8416c4e5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/8416c4e5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/8416c4e5 Branch: refs/heads/5.2.x Commit: 8416c4e5e9908aeee1445a107bb89decd69954b3 Parents: 97ce7dd Author: Vivek Kiran <[email protected]> Authored: Fri Jun 24 10:38:23 2016 +0530 Committer: Vladimir Kotikov <[email protected]> Committed: Mon Jul 11 13:11:03 2016 +0300 ---------------------------------------------------------------------- bin/templates/cordova/lib/plugin-build.gradle | 2 +- framework/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8416c4e5/bin/templates/cordova/lib/plugin-build.gradle ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/lib/plugin-build.gradle b/bin/templates/cordova/lib/plugin-build.gradle index b345b90..f3e9ead 100644 --- a/bin/templates/cordova/lib/plugin-build.gradle +++ b/bin/templates/cordova/lib/plugin-build.gradle @@ -42,7 +42,7 @@ buildscript { } } -apply plugin: 'android-library' +apply plugin: 'com.android.library' dependencies { compile fileTree(dir: 'libs', include: '*.jar') http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8416c4e5/framework/build.gradle ---------------------------------------------------------------------- diff --git a/framework/build.gradle b/framework/build.gradle index 4615cee..ee0b776 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -29,7 +29,7 @@ buildscript { } -apply plugin: 'android-library' +apply plugin: 'com.android.library' ext { apply from: 'cordova.gradle' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
