Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
fix: Do not rely in to jcenter but google (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
sospedra authored and sibelius committed Oct 23, 2018
1 parent fc3f7bd commit 9261524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ def safeExtGet(prop, fallback) {

buildscript {
repositories {
jcenter()
google()
maven {
url 'https://maven.google.com'
}
jcenter()
}

dependencies {
Expand Down

0 comments on commit 9261524

Please sign in to comment.