Browse Source

Add maven.google.com to the list of repositories [#1408]

Sebastián Katzer 8 years ago
parent
commit
eda8655196
2 changed files with 5 additions and 1 deletions
  1. 1 1
      plugin.xml
  2. 4 0
      src/android/build/localnotification.gradle

+ 1 - 1
plugin.xml

@@ -96,7 +96,7 @@
 
 
     <!-- android -->
     <!-- android -->
     <platform name="android">
     <platform name="android">
-        <framework src="com.android.support:support-v4:26.+" value="gradle" />
+        <framework src="com.android.support:support-v4:26.+" />
         <framework src="src/android/build/localnotification.gradle" custom="true" type="gradleReference"/>
         <framework src="src/android/build/localnotification.gradle" custom="true" type="gradleReference"/>
 
 
         <config-file target="res/xml/config.xml" parent="/*">
         <config-file target="res/xml/config.xml" parent="/*">

+ 4 - 0
src/android/build/localnotification.gradle

@@ -17,6 +17,10 @@
 
 
 repositories {
 repositories {
     mavenCentral()
     mavenCentral()
+    jcenter()
+    maven {
+        url "https://maven.google.com"
+    }
 }
 }
 
 
 if (!project.ext.has('appShortcutBadgerVersion')) {
 if (!project.ext.has('appShortcutBadgerVersion')) {