Skip to content

Commit 669216f

Browse files
authored
fix: sometimes jcenter is down (craftzdog#113)
1 parent 50453fb commit 669216f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
buildscript {
33
repositories {
4+
mavenCentral()
5+
google()
46
jcenter()
57
}
68

0 commit comments

Comments
 (0)