Files
notesnook/apps/mobile/patches/react-native-exit-app+1.1.0.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

20 lines
576 B
Diff

diff --git a/node_modules/react-native-exit-app/android/build.gradle b/node_modules/react-native-exit-app/android/build.gradle
index 9e38d30..35689c5 100644
--- a/node_modules/react-native-exit-app/android/build.gradle
+++ b/node_modules/react-native-exit-app/android/build.gradle
@@ -1,14 +1,3 @@
-buildscript {
- repositories {
- jcenter()
- google()
- }
-
- dependencies {
- classpath 'com.android.tools.build:gradle:3.1.4'
- }
-}
-
def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}