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/09 17:50:09 UTC

[2/2] android commit: Adding mavenCentral just in case

Adding mavenCentral just in case

This closes #309


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/04a3c9d9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/04a3c9d9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/04a3c9d9

Branch: refs/heads/master
Commit: 04a3c9d9eef401e0035084bed4d65a15dc0bbf5d
Parents: db4d1f5
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Jun 8 10:10:24 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Jun 9 10:50:00 2016 -0700

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/04a3c9d9/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index 8ac2473..0aad300 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -21,6 +21,7 @@ apply plugin: 'com.android.application'
 
 buildscript {
     repositories {
+        mavenCentral()
         jcenter()
     }
 
@@ -36,6 +37,7 @@ buildscript {
 // Allow plugins to declare Maven dependencies via build-extras.gradle.
 allprojects {
     repositories {
+        mavenCentral();
         jcenter()
     }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org