Update Zulip to 27.195 (195)

This commit is contained in:
F-Droid checkupdates bot 2022-11-23 10:36:03 +00:00
parent 065bbdf5a6
commit 132f50827a

View file

@ -286,7 +286,79 @@ Builds:
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar
ndk: r23c
- versionName: '27.195'
versionCode: 195
commit: 7009ed03c6ae9f32310261aa16f27d9f6177697a
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz
- echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm -g install yarn
- sysctl fs.inotify.max_user_watches=524288 || true
gradle:
- yes
srclibs:
- react-native-reanimated@2.2.4
rm:
- android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java
- ios
prebuild:
- sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a
packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle
- sed -i -e '/<service/,/service>/d' -e '/com.zulipmobile/a <uses-permission
android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"
tools:node="remove" \/>' -e '/com.zulipmobile/a <uses-permission android:name="com.android.vending.CHECK_LICENSE"
tools:node="remove" \/>' src/main/AndroidManifest.xml
- 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
- node_modules/react-native/android
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/expo/android/build.gradle
- node_modules/expo-application/android/build.gradle
- node_modules/expo-constants/android/build.gradle
- node_modules/expo-error-recovery/android/build.gradle
- node_modules/expo-file-system/android/build.gradle
- node_modules/expo-font/android/build.gradle
- node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-modules-core/android/build.gradle
- node_modules/expo-screen-orientation/android/build.gradle
- node_modules/expo-sqlite/android/build.gradle
- node_modules/expo-web-browser/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/@react-native-community/push-notification-ios/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$react-native-reanimated$$
- 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: Version
UpdateCheckMode: Tags
CurrentVersion: '27.194'
CurrentVersionCode: 194
CurrentVersion: '27.195'
CurrentVersionCode: 195