Procházet zdrojové kódy

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

Sebastián Katzer před 8 roky
rodič
revize
eda8655196
2 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 1 1
      plugin.xml
  2. 4 0
      src/android/build/localnotification.gradle

+ 1 - 1
plugin.xml

@@ -96,7 +96,7 @@
 
     <!-- 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"/>
 
         <config-file target="res/xml/config.xml" parent="/*">

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

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