mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-18 05:49:24 -04:00
14 lines
442 B
Diff
14 lines
442 B
Diff
diff --git a/node_modules/react-native-exception-handler/android/build.gradle b/node_modules/react-native-exception-handler/android/build.gradle
|
|
index c1dca20..21596d5 100644
|
|
--- a/node_modules/react-native-exception-handler/android/build.gradle
|
|
+++ b/node_modules/react-native-exception-handler/android/build.gradle
|
|
@@ -1,7 +1,7 @@
|
|
|
|
buildscript {
|
|
repositories {
|
|
- jcenter()
|
|
+ mavenCentral()
|
|
}
|
|
|
|
dependencies {
|