You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/06/29 21:40:30 UTC

[1/2] android commit: CB-11481: android-library is deprecated use com.android.library instead

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 <vi...@outlook.com>
Authored: Fri Jun 24 10:37:09 2016 +0530
Committer: Joe Bowser <bo...@apache.org>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] android commit: Update plugin-build.gradle. This closes #312

Posted by bo...@apache.org.
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 <vi...@outlook.com>
Authored: Fri Jun 24 10:38:23 2016 +0530
Committer: Joe Bowser <bo...@apache.org>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org