Files
notesnook/apps/mobile/patches/@react-native-community+toolbar-android+0.2.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

21 lines
616 B
Diff

diff --git a/node_modules/@react-native-community/toolbar-android/android/build.gradle b/node_modules/@react-native-community/toolbar-android/android/build.gradle
index e414765..cfd6b9f 100644
--- a/node_modules/@react-native-community/toolbar-android/android/build.gradle
+++ b/node_modules/@react-native-community/toolbar-android/android/build.gradle
@@ -1,15 +1,3 @@
-
-buildscript {
- repositories {
- google()
- jcenter()
- }
-
- dependencies {
- classpath 'com.android.tools.build:gradle:3.4.2'
- }
-}
-
apply plugin: 'com.android.library'
def safeExtGet(prop, fallback) {