mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
59f536c479
## Summary This commit swaps the fork of @react-native-community/blur with a patch and upgrades the library to latest version of 4.4.0 needed for : https://github.com/status-im/status-mobile/issues/18138 ## Review & Test notes Verify if blur stuff still works. ## Platforms - iOS - Android status: ready
12 lines
365 B
Diff
12 lines
365 B
Diff
--- /tmp/tmp-status-mobile-851dbcb56/tmp.gcyqIAUEIA/build.gradle 2024-04-16 18:11:12.481819000 +0200
|
|
+++ ./node_modules/@react-native-community/blur/android/build.gradle 2024-04-16 18:11:18.889991702 +0200
|
|
@@ -5,7 +5,7 @@
|
|
}
|
|
|
|
dependencies {
|
|
- classpath 'com.android.tools.build:gradle:3.5.3'
|
|
+ classpath 'com.android.tools.build:gradle:3.5.4'
|
|
}
|
|
}
|
|
|