mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Rocket.Chat: fix 4.30.0
This commit is contained in:
parent
8d1e313782
commit
aaee3e1153
1 changed files with 2 additions and 4 deletions
|
|
@ -281,10 +281,6 @@ Builds:
|
|||
-e '/export default/,/^};/s/^\s.*//' app/lib/methods/helpers/log/index.ts
|
||||
- sed -i -e '/.\/push/d' -e 's/deviceToken/""/' -e 's/setNotificationsBadgeCount.*;/{count;};/'
|
||||
-e 's/pushNotificationConfigure.*;/undefined;/' app/lib/notifications/index.ts
|
||||
- echo "android.useAndroidX=true" > node_modules/react-native-mmkv-storage/android/gradle.properties
|
||||
- sed -i -e 's/5.4.1/6.7.1/' node_modules/react-native-mmkv-storage/android/gradle/wrapper/gradle-wrapper.properties
|
||||
- cd node_modules/react-native-mmkv-storage/android/
|
||||
- gradle clean
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
|
|
@ -332,6 +328,8 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
- cd $$jitsi-meet-rocket-chat$$
|
||||
- export LIBRE_BUILD=true
|
||||
- npm install --save false webpack-bundle-analyzer
|
||||
|
|
|
|||
Loading…
Reference in a new issue