Skip to content

Commit 6d0c6a8

Browse files
jakubgsrasom
authored andcommitted
move google repo before jcenter for maven
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
1 parent 799c0d2 commit 6d0c6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ buildscript {
1818
allprojects {
1919
repositories {
2020
mavenLocal()
21+
google()
2122
jcenter()
2223
maven { url "$rootDir/../node_modules/react-native/android" }
2324
maven { url "$rootDir/../modules/react-native-status/android/libs" }
2425
// for geth, function, and status-go
2526
flatDir { dirs "libs", "${rootDir}/app/libs" }
2627
maven { url "https://jitpack.io" }
27-
google()
2828
}
2929
}

0 commit comments

Comments
 (0)