Update plugin-build.gradle. This closes #312
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/d69698c2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/d69698c2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/d69698c2 Branch: refs/heads/master Commit: d69698c23f903ac3b99b23e139eb6148adadc5ae Parents: d763f14 Author: Vivek Kiran <[email protected]> Authored: Fri Jun 24 10:38:23 2016 +0530 Committer: Joe Bowser <[email protected]> Committed: Wed Jun 29 14:40:20 2016 -0700 ---------------------------------------------------------------------- bin/templates/cordova/lib/plugin-build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d69698c2/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') --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
