Commit eda86551 by Sebastián Katzer

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

parent 3924e58a
...@@ -96,7 +96,7 @@ ...@@ -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="/*">
......
...@@ -17,6 +17,10 @@ ...@@ -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')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment