Update Mattermost Beta to 2.33.0 (67704)

This commit is contained in:
checkupdates bot 2025-10-17 03:52:29 +00:00 committed by Licaon_Kter
parent 6c25a17741
commit 73adfebd40

View file

@ -17728,6 +17728,370 @@ Builds:
- separateApk=true
- reactNativeArchitectures=x86_64
- versionName: 2.33.0
versionCode: 67701
commit: 6f194a099a20ae4b40a94c373b6ba981247a77bf
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y npm -t trixie
- npm -g install yarn npm@9
init:
- cd ../..
- sed -i -e '/expo-store-review/d' package.json
- sed -i -e "/fs.existsSync('dist')/,+2d" scripts/generate-assets.js
- mkdir -p dist/assets
- sed -i -e '/mmjstool":\ {/,/^ },/d' package-lock.json
- npm install --ignore-scripts --build-from-source
- ./scripts/postinstall.sh
gradle:
- yes
output: build/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk
rm:
- ios
- node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/fcm/FcmInstanceIdListenerService.java
prebuild:
- sed -i -e 's/Xmx2048m/Xmx8092m/' ../gradle.properties
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/universalApk .*/universalApk
false/' -e '/applicationVariants/,+12d' -e '/bundleCommand/a nodeExecutableAndArgs
= ["node","--max-old-space-size=12000"]' -e '/firebase/d' -e '/detox/d' build.gradle
- sed -i -e '/gms/d' -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle
build.gradle ../buildscript-gradle.lockfile
- cd ../..
- npx patch-package --error-on-fail
- sed -i -e '/requestReview/d' app/screens/review_app/index.tsx
- sed -i -e 's/await isAvailableAsync()/false/' -e '/isAvailableAsync/d' app/utils/reviews.ts
- sed -i -e '/extension-ima/d' node_modules/react-native-video/android/build.gradle
- sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle
- sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d'
-e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e 's|def command =.*sdkmanager|def command = "sdkmanager|' node_modules/react-native-navigation/lib/android/app/build.gradle
- cd node_modules/react-native-notifications/lib/android/app
- sed -i -e '/firebase-messaging/d' build.gradle
- sed -i -e '/google-services/d' ../build.gradle
- sed -i -e '/FcmInstanceIdListenerService/,/<service/d' src/main/AndroidManifest.xml
- sed -i -e '/FirebaseApp/d' src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/FirebaseMessaging.getInstance/,/});/d' -e '/FirebaseMessaging/d'
src/main/java/com/wix/reactnativenotifications/fcm/FcmToken.java
scanignore:
- libraries/@mattermost/hardware-keyboard/android/build.gradle
- libraries/@mattermost/rnshare/android/build.gradle
- libraries/@mattermost/rnutils/android/build.gradle
- libraries/@mattermost/secure-pdf-viewer/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/jsc-android
- node_modules/@mattermost/react-native-emm/android/build.gradle
- node_modules/@mattermost/react-native-network-client/android/build.gradle
- node_modules/@mattermost/react-native-paste-input/android/build.gradle
- node_modules/@mattermost/react-native-turbo-log/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/react-native-haptic-feedback/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/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/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-share/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/@stream-io/flat-list-mvcp/android/build.gradle
scandelete:
- node_modules
build:
- pushd ../..
- node scripts/generate-assets.js
- ./node_modules/.bin/jetify
- popd
gradleprops:
- separateApk=true
- reactNativeArchitectures=armeabi-v7a
- versionName: 2.33.0
versionCode: 67702
commit: 6f194a099a20ae4b40a94c373b6ba981247a77bf
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y npm -t trixie
- npm -g install yarn npm@9
init:
- cd ../..
- sed -i -e '/expo-store-review/d' package.json
- sed -i -e "/fs.existsSync('dist')/,+2d" scripts/generate-assets.js
- mkdir -p dist/assets
- sed -i -e '/mmjstool":\ {/,/^ },/d' package-lock.json
- npm install --ignore-scripts --build-from-source
- ./scripts/postinstall.sh
gradle:
- yes
output: build/outputs/apk/release/app-x86-release-unsigned.apk
rm:
- ios
- node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/fcm/FcmInstanceIdListenerService.java
prebuild:
- sed -i -e 's/Xmx2048m/Xmx8092m/' ../gradle.properties
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/universalApk .*/universalApk
false/' -e '/applicationVariants/,+12d' -e '/bundleCommand/a nodeExecutableAndArgs
= ["node","--max-old-space-size=12000"]' -e '/firebase/d' -e '/detox/d' build.gradle
- sed -i -e '/gms/d' -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle
build.gradle ../buildscript-gradle.lockfile
- cd ../..
- npx patch-package --error-on-fail
- sed -i -e '/requestReview/d' app/screens/review_app/index.tsx
- sed -i -e 's/await isAvailableAsync()/false/' -e '/isAvailableAsync/d' app/utils/reviews.ts
- sed -i -e '/extension-ima/d' node_modules/react-native-video/android/build.gradle
- sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle
- sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d'
-e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e 's|def command =.*sdkmanager|def command = "sdkmanager|' node_modules/react-native-navigation/lib/android/app/build.gradle
- cd node_modules/react-native-notifications/lib/android/app
- sed -i -e '/firebase-messaging/d' build.gradle
- sed -i -e '/google-services/d' ../build.gradle
- sed -i -e '/FcmInstanceIdListenerService/,/<service/d' src/main/AndroidManifest.xml
- sed -i -e '/FirebaseApp/d' src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/FirebaseMessaging.getInstance/,/});/d' -e '/FirebaseMessaging/d'
src/main/java/com/wix/reactnativenotifications/fcm/FcmToken.java
scanignore:
- libraries/@mattermost/hardware-keyboard/android/build.gradle
- libraries/@mattermost/rnshare/android/build.gradle
- libraries/@mattermost/rnutils/android/build.gradle
- libraries/@mattermost/secure-pdf-viewer/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/jsc-android
- node_modules/@mattermost/react-native-emm/android/build.gradle
- node_modules/@mattermost/react-native-network-client/android/build.gradle
- node_modules/@mattermost/react-native-paste-input/android/build.gradle
- node_modules/@mattermost/react-native-turbo-log/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/react-native-haptic-feedback/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/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/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-share/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/@stream-io/flat-list-mvcp/android/build.gradle
scandelete:
- node_modules
build:
- pushd ../..
- node scripts/generate-assets.js
- ./node_modules/.bin/jetify
- popd
gradleprops:
- separateApk=true
- reactNativeArchitectures=x86
- versionName: 2.33.0
versionCode: 67703
commit: 6f194a099a20ae4b40a94c373b6ba981247a77bf
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y npm -t trixie
- npm -g install yarn npm@9
init:
- cd ../..
- sed -i -e '/expo-store-review/d' package.json
- sed -i -e "/fs.existsSync('dist')/,+2d" scripts/generate-assets.js
- mkdir -p dist/assets
- sed -i -e '/mmjstool":\ {/,/^ },/d' package-lock.json
- npm install --ignore-scripts --build-from-source
- ./scripts/postinstall.sh
gradle:
- yes
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
rm:
- ios
- node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/fcm/FcmInstanceIdListenerService.java
prebuild:
- sed -i -e 's/Xmx2048m/Xmx8092m/' ../gradle.properties
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/universalApk .*/universalApk
false/' -e '/applicationVariants/,+12d' -e '/bundleCommand/a nodeExecutableAndArgs
= ["node","--max-old-space-size=12000"]' -e '/firebase/d' -e '/detox/d' build.gradle
- sed -i -e '/gms/d' -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle
build.gradle ../buildscript-gradle.lockfile
- cd ../..
- npx patch-package --error-on-fail
- sed -i -e '/requestReview/d' app/screens/review_app/index.tsx
- sed -i -e 's/await isAvailableAsync()/false/' -e '/isAvailableAsync/d' app/utils/reviews.ts
- sed -i -e '/extension-ima/d' node_modules/react-native-video/android/build.gradle
- sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle
- sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d'
-e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e 's|def command =.*sdkmanager|def command = "sdkmanager|' node_modules/react-native-navigation/lib/android/app/build.gradle
- cd node_modules/react-native-notifications/lib/android/app
- sed -i -e '/firebase-messaging/d' build.gradle
- sed -i -e '/google-services/d' ../build.gradle
- sed -i -e '/FcmInstanceIdListenerService/,/<service/d' src/main/AndroidManifest.xml
- sed -i -e '/FirebaseApp/d' src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/FirebaseMessaging.getInstance/,/});/d' -e '/FirebaseMessaging/d'
src/main/java/com/wix/reactnativenotifications/fcm/FcmToken.java
scanignore:
- libraries/@mattermost/hardware-keyboard/android/build.gradle
- libraries/@mattermost/rnshare/android/build.gradle
- libraries/@mattermost/rnutils/android/build.gradle
- libraries/@mattermost/secure-pdf-viewer/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/jsc-android
- node_modules/@mattermost/react-native-emm/android/build.gradle
- node_modules/@mattermost/react-native-network-client/android/build.gradle
- node_modules/@mattermost/react-native-paste-input/android/build.gradle
- node_modules/@mattermost/react-native-turbo-log/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/react-native-haptic-feedback/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/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/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-share/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/@stream-io/flat-list-mvcp/android/build.gradle
scandelete:
- node_modules
build:
- pushd ../..
- node scripts/generate-assets.js
- ./node_modules/.bin/jetify
- popd
gradleprops:
- separateApk=true
- reactNativeArchitectures=arm64-v8a
- versionName: 2.33.0
versionCode: 67704
commit: 6f194a099a20ae4b40a94c373b6ba981247a77bf
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y npm -t trixie
- npm -g install yarn npm@9
init:
- cd ../..
- sed -i -e '/expo-store-review/d' package.json
- sed -i -e "/fs.existsSync('dist')/,+2d" scripts/generate-assets.js
- mkdir -p dist/assets
- sed -i -e '/mmjstool":\ {/,/^ },/d' package-lock.json
- npm install --ignore-scripts --build-from-source
- ./scripts/postinstall.sh
gradle:
- yes
output: build/outputs/apk/release/app-x86_64-release-unsigned.apk
rm:
- ios
- node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/fcm/FcmInstanceIdListenerService.java
prebuild:
- sed -i -e 's/Xmx2048m/Xmx8092m/' ../gradle.properties
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/universalApk .*/universalApk
false/' -e '/applicationVariants/,+12d' -e '/bundleCommand/a nodeExecutableAndArgs
= ["node","--max-old-space-size=12000"]' -e '/firebase/d' -e '/detox/d' build.gradle
- sed -i -e '/gms/d' -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle
build.gradle ../buildscript-gradle.lockfile
- cd ../..
- npx patch-package --error-on-fail
- sed -i -e '/requestReview/d' app/screens/review_app/index.tsx
- sed -i -e 's/await isAvailableAsync()/false/' -e '/isAvailableAsync/d' app/utils/reviews.ts
- sed -i -e '/extension-ima/d' node_modules/react-native-video/android/build.gradle
- sed -i -e '/installreferrer/d' node_modules/expo-application/android/build.gradle
- sed -i -e '/com.android.installreferrer.api/d' -e '/StringBuilder()/,/^ })/d'
-e '/getInstallReferrerAsync/apromise.resolve("")' node_modules/expo-application/android/src/main/java/expo/modules/application/ApplicationModule.kt
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e 's|def command =.*sdkmanager|def command = "sdkmanager|' node_modules/react-native-navigation/lib/android/app/build.gradle
- cd node_modules/react-native-notifications/lib/android/app
- sed -i -e '/firebase-messaging/d' build.gradle
- sed -i -e '/google-services/d' ../build.gradle
- sed -i -e '/FcmInstanceIdListenerService/,/<service/d' src/main/AndroidManifest.xml
- sed -i -e '/FirebaseApp/d' src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/FirebaseMessaging.getInstance/,/});/d' -e '/FirebaseMessaging/d'
src/main/java/com/wix/reactnativenotifications/fcm/FcmToken.java
scanignore:
- libraries/@mattermost/hardware-keyboard/android/build.gradle
- libraries/@mattermost/rnshare/android/build.gradle
- libraries/@mattermost/rnutils/android/build.gradle
- libraries/@mattermost/secure-pdf-viewer/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/jsc-android
- node_modules/@mattermost/react-native-emm/android/build.gradle
- node_modules/@mattermost/react-native-network-client/android/build.gradle
- node_modules/@mattermost/react-native-paste-input/android/build.gradle
- node_modules/@mattermost/react-native-turbo-log/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/react-native-haptic-feedback/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-navigation/lib/android/build.gradle
- node_modules/react-native-notifications/lib/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/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/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-share/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/@stream-io/flat-list-mvcp/android/build.gradle
scandelete:
- node_modules
build:
- pushd ../..
- node scripts/generate-assets.js
- ./node_modules/.bin/jetify
- popd
gradleprops:
- separateApk=true
- reactNativeArchitectures=x86_64
MaintainerNotes: scanner might detect 'com/google/ads/interactivemedia/v3/api/AdEvent'
stubs from react-native-video
@ -17738,5 +18102,5 @@ VercodeOperation:
- 100 * %c + 2
- 100 * %c + 3
- 100 * %c + 4
CurrentVersion: 2.32.0
CurrentVersionCode: 66804
CurrentVersion: 2.33.0
CurrentVersionCode: 67704