mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
zulip - fix, enable aum
This commit is contained in:
parent
c866aa252d
commit
4a750ce214
1 changed files with 8 additions and 3 deletions
|
|
@ -216,7 +216,6 @@ Builds:
|
|||
|
||||
- versionName: '27.194'
|
||||
versionCode: 194
|
||||
disable: reanimated build failed
|
||||
commit: 26111e8f434df737d60bd7612e770cd058aa08e2
|
||||
subdir: android/app
|
||||
sudo:
|
||||
|
|
@ -243,9 +242,15 @@ Builds:
|
|||
- sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d'
|
||||
src/main/java/com/zulipmobile/notifications/NotificationsModule.java
|
||||
- cd ../..
|
||||
- sed -i -e 's/ "0.67.4/ "0.67.5/' package.json
|
||||
- sed -i -e 's/native@0.67.4/native@0.67.5/' -e 's/version "0.67.4"/version
|
||||
"0.67.5"/' -e 's/native-0.67.4.tgz.*"/native-0.67.5.tgz"/' -e 's!sha512-NA9d9.*!sha512-/xEksthqImZGDfcqzEmbOw0KRkp9/x+cC8T8uTHhSKLLa8pOFLGdF190UOjnLammGmAmFy0+ZcJf0Ujm53IGeA==!'
|
||||
yarn.lock
|
||||
- yarn install
|
||||
- sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js
|
||||
- pushd $$react-native-reanimated$$
|
||||
- sed -i -e "s!+' //.*!0.67.5'!" build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
|
|
@ -275,13 +280,13 @@ Builds:
|
|||
- node_modules
|
||||
build:
|
||||
- pushd $$react-native-reanimated$$
|
||||
- yarn add react-native@0.67.4
|
||||
- yarn add react-native@0.67.5
|
||||
- gradle :assembleRelease
|
||||
- popd
|
||||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar
|
||||
ndk: r23c
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '27.194'
|
||||
CurrentVersionCode: 194
|
||||
|
|
|
|||
Loading…
Reference in a new issue