Files
notesnook/apps/mobile/patches/react-native-securerandom+1.0.1.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

35 lines
1.1 KiB
Diff

diff --git a/node_modules/react-native-securerandom/android/build.gradle b/node_modules/react-native-securerandom/android/build.gradle
index 4e725c3..97f622b 100644
--- a/node_modules/react-native-securerandom/android/build.gradle
+++ b/node_modules/react-native-securerandom/android/build.gradle
@@ -1,21 +1,3 @@
-buildscript {
- // The Android Gradle plugin is only required when opening the android folder stand-alone.
- // This avoids unnecessary downloads and potential conflicts when the library is included as a
- // module dependency in an application project.
- if (project == rootProject) {
- repositories {
- google()
- mavenCentral()
- jcenter()
- }
-
- dependencies {
- //noinspection GradleDependency
- classpath("com.android.tools.build:gradle:3.5.3")
- }
- }
-}
-
apply plugin: 'com.android.library'
def safeExtGet(prop, fallback) {
@@ -56,7 +38,6 @@ repositories {
excludeGroup "com.facebook.react"
}
}
- jcenter()
}
dependencies {