Skip to content

Commit a56b0fe

Browse files
authored
Updated android/build.gradle
Due to a gradle bug, moved google() above jcenter() to fix some missing dependency issues
1 parent 5c62534 commit a56b0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/RNOneSignal/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
mavenLocal()
19-
jcenter()
2019
google()
20+
jcenter()
2121
maven {
2222
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2323
url "$rootDir/../node_modules/react-native/android"

0 commit comments

Comments
 (0)