Files
notesnook/apps/mobile/patches/react-native-scoped-storage+1.9.5.patch
Abdullah Atta 3de225f7c9 mobile: upgrade react native 0.82
this commit also bump app version to 3.3.10-beta.0
2025-11-27 11:32:50 +05:00

15 lines
496 B
Diff

diff --git a/node_modules/react-native-scoped-storage/android/build.gradle b/node_modules/react-native-scoped-storage/android/build.gradle
index 9a59b70..806235f 100644
--- a/node_modules/react-native-scoped-storage/android/build.gradle
+++ b/node_modules/react-native-scoped-storage/android/build.gradle
@@ -4,8 +4,8 @@ def safeExtGet(prop, fallback) {
buildscript {
repositories {
- jcenter()
google()
+ mavenCentral()
maven {
url 'https://maven.google.com'
}