Repository: cordova-android Updated Branches: refs/heads/master 22918152c -> d69698c23
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/d763f14f Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/d763f14f Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/d763f14f Branch: refs/heads/master Commit: d763f14ffe5b1b87d5dea626ad670152ba944bc0 Parents: 2291815 Author: Vivek Kiran <[email protected]> Authored: Fri Jun 24 10:37:09 2016 +0530 Committer: Joe Bowser <[email protected]> Committed: Wed Jun 29 12:10:51 2016 -0700 ---------------------------------------------------------------------- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d763f14f/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]
