Skip to content

Commit 8319520

Browse files
committed
Merge branch 'master' into greenkeeper/react-navigation-2.13.0
2 parents f716401 + 3de4fc1 commit 8319520

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
-149 Bytes
Loading
-37 Bytes
Loading
-374 Bytes
Loading
-775 Bytes
Loading
-1.23 KB
Loading

android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ ext {
2121

2222
allprojects {
2323
repositories {
24-
mavenLocal()
25-
jcenter()
2624
maven {
2725
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2826
url "$rootDir/../node_modules/react-native/android"
2927
}
30-
maven {
31-
// react-native-custom-tabs requires this maven repository
32-
url "https://jitpack.io"
33-
}
3428
maven {
3529
// Local Maven repo containing AARs with JSC library built for Android, like RN
3630
url "$rootDir/../node_modules/jsc-android/dist"
3731
}
32+
mavenLocal()
3833
google()
34+
jcenter()
35+
maven {
36+
// react-native-custom-tabs requires this maven repository
37+
url "https://jitpack.io"
38+
}
3939
}
4040
}

0 commit comments

Comments
 (0)