Skip to content

Commit

Permalink
fix(android): prefer downloading dependencies from Maven Central (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Sep 14, 2021
1 parent 6f7b459 commit 56d1146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ buildscript {

repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
Expand Down Expand Up @@ -98,6 +99,7 @@ repositories {
url "${resolveModulePath("react-native")}/android"
}
google()
mavenCentral()
jcenter()
}

Expand Down
1 change: 1 addition & 0 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ buildscript {

repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
Expand Down

0 comments on commit 56d1146

Please sign in to comment.