Skip to content

Commit

Permalink
update repository order
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Nov 8, 2018
1 parent 458758c commit 26febac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ ext.grgit = org.ajoberstar.grgit.Grgit.open()

allprojects {
repositories {
mavenLocal()
google()
jcenter()
maven {
url 'https://maven.google.com'
}
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
Expand Down

0 comments on commit 26febac

Please sign in to comment.