ecency-mobile/patches/@react-native-community+async-storage+1.5.0.patch
2022-10-31 19:21:36 +05:00

14 lines
496 B
Diff

diff --git a/node_modules/@react-native-community/async-storage/android/build.gradle b/node_modules/@react-native-community/async-storage/android/build.gradle
index a0f2770..22072f9 100644
--- a/node_modules/@react-native-community/async-storage/android/build.gradle
+++ b/node_modules/@react-native-community/async-storage/android/build.gradle
@@ -2,7 +2,7 @@
buildscript {
repositories {
google()
- jcenter()
+ mavenCentral() //patched
}
dependencies {