Update Rocket.Chat Experimental to 4.46.0 (56381)

This commit is contained in:
F-Droid checkupdates bot 2024-01-26 03:51:26 +00:00
parent 6d34cb98ea
commit d5270622d2

View file

@ -5154,6 +5154,422 @@ Builds:
gradleprops:
- APPLICATION_ID=chat.rocket.android
- versionName: 4.46.0
versionCode: 56378
commit: 4.46.0
subdir: android/app
sudo:
- apt-get update
- apt-get install -y jq libopus0 make g++ cmake maven
- curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz
- echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
gradle:
- officialFoss
rm:
- ios
- app/lib/notifications/push.ts
- app/lib/notifications/videoConf/backgroundNotificationHandler.ts
- app/lib/notifications/videoConf/getInitialNotification.ts
- patches/react-native-notifications*.patch
- patches/@notifee+react-native*.patch
prebuild:
- sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties
- sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle
- sed -i -e '/firebase/d' ../settings.gradle
- sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d'
-e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e
'/detox/d' -e '/defaultConfig {/a ndk{abiFilters "armeabi-v7a"}' build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|$rootDir.*Detox-android|https://jitpack.io|'
../build.gradle
- cd ../..
- sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d'
-e '/"detox":\s"/d' -e '/notifee/d' package.json
- yarn install
- sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d'
-e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//'
-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;/' -e '/removeAllNotifications/d'
app/lib/notifications/index.ts
- sed -i -e '/getInitialNotification/d' app/index.tsx
- sed -i -e '/backgroundNotificationHandler/d' index.js
- sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/'
-e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle
scanignore:
- android/build.gradle
- node_modules/expo/android/build.gradle
- node_modules/expo-application/android/build.gradle
- node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle
- node_modules/expo-av/android/build.gradle
- node_modules/expo-camera/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-haptics/android/build.gradle
- node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-local-authentication/android/build.gradle
- node_modules/expo-modules-core/android/build.gradle
- node_modules/expo/node_modules/expo-file-system/android/build.gradle
- node_modules/expo/node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-video-thumbnails/android/build.gradle
- node_modules/expo-web-browser/android/build.gradle
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/art/android/build.gradle
- node_modules/@react-native-community/blur/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-device-info/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-flipper/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-mmkv-storage/android/build.gradle
- node_modules/react-native-prompt-android/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-restart/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-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-ui-lib/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/rn-root-view/android/build.gradle
scandelete:
- node_modules
build:
- rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native*
- gradle clean
gradleprops:
- APPLICATION_ID=chat.rocket.android
- versionName: 4.46.0
versionCode: 56379
commit: 4.46.0
subdir: android/app
sudo:
- apt-get update
- apt-get install -y jq libopus0 make g++ cmake maven
- curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz
- echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
gradle:
- officialFoss
rm:
- ios
- app/lib/notifications/push.ts
- app/lib/notifications/videoConf/backgroundNotificationHandler.ts
- app/lib/notifications/videoConf/getInitialNotification.ts
- patches/react-native-notifications*.patch
- patches/@notifee+react-native*.patch
prebuild:
- sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties
- sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle
- sed -i -e '/firebase/d' ../settings.gradle
- sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d'
-e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e
'/detox/d' -e '/defaultConfig {/a ndk{abiFilters "arm64-v8a"}' build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|$rootDir.*Detox-android|https://jitpack.io|'
../build.gradle
- cd ../..
- sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d'
-e '/"detox":\s"/d' -e '/notifee/d' package.json
- yarn install
- sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d'
-e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//'
-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;/' -e '/removeAllNotifications/d'
app/lib/notifications/index.ts
- sed -i -e '/getInitialNotification/d' app/index.tsx
- sed -i -e '/backgroundNotificationHandler/d' index.js
- sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/'
-e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle
scanignore:
- android/build.gradle
- node_modules/expo/android/build.gradle
- node_modules/expo-application/android/build.gradle
- node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle
- node_modules/expo-av/android/build.gradle
- node_modules/expo-camera/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-haptics/android/build.gradle
- node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-local-authentication/android/build.gradle
- node_modules/expo-modules-core/android/build.gradle
- node_modules/expo/node_modules/expo-file-system/android/build.gradle
- node_modules/expo/node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-video-thumbnails/android/build.gradle
- node_modules/expo-web-browser/android/build.gradle
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/art/android/build.gradle
- node_modules/@react-native-community/blur/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-device-info/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-flipper/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-mmkv-storage/android/build.gradle
- node_modules/react-native-prompt-android/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-restart/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-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-ui-lib/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/rn-root-view/android/build.gradle
scandelete:
- node_modules
build:
- rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native*
- gradle clean
gradleprops:
- APPLICATION_ID=chat.rocket.android
- versionName: 4.46.0
versionCode: 56380
commit: 4.46.0
subdir: android/app
sudo:
- apt-get update
- apt-get install -y jq libopus0 make g++ cmake maven
- curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz
- echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
gradle:
- officialFoss
rm:
- ios
- app/lib/notifications/push.ts
- app/lib/notifications/videoConf/backgroundNotificationHandler.ts
- app/lib/notifications/videoConf/getInitialNotification.ts
- patches/react-native-notifications*.patch
- patches/@notifee+react-native*.patch
prebuild:
- sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties
- sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle
- sed -i -e '/firebase/d' ../settings.gradle
- sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d'
-e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e
'/detox/d' -e '/defaultConfig {/a ndk{abiFilters "x86"}' build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|$rootDir.*Detox-android|https://jitpack.io|'
../build.gradle
- cd ../..
- sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d'
-e '/"detox":\s"/d' -e '/notifee/d' package.json
- yarn install
- sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d'
-e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//'
-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;/' -e '/removeAllNotifications/d'
app/lib/notifications/index.ts
- sed -i -e '/getInitialNotification/d' app/index.tsx
- sed -i -e '/backgroundNotificationHandler/d' index.js
- sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/'
-e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle
scanignore:
- android/build.gradle
- node_modules/expo/android/build.gradle
- node_modules/expo-application/android/build.gradle
- node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle
- node_modules/expo-av/android/build.gradle
- node_modules/expo-camera/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-haptics/android/build.gradle
- node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-local-authentication/android/build.gradle
- node_modules/expo-modules-core/android/build.gradle
- node_modules/expo/node_modules/expo-file-system/android/build.gradle
- node_modules/expo/node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-video-thumbnails/android/build.gradle
- node_modules/expo-web-browser/android/build.gradle
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/art/android/build.gradle
- node_modules/@react-native-community/blur/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-device-info/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-flipper/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-mmkv-storage/android/build.gradle
- node_modules/react-native-prompt-android/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-restart/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-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-ui-lib/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/rn-root-view/android/build.gradle
scandelete:
- node_modules
build:
- rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native*
- gradle clean
gradleprops:
- APPLICATION_ID=chat.rocket.android
- versionName: 4.46.0
versionCode: 56381
commit: 4.46.0
subdir: android/app
sudo:
- apt-get update
- apt-get install -y jq libopus0 make g++ cmake maven
- curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz
- echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
gradle:
- officialFoss
rm:
- ios
- app/lib/notifications/push.ts
- app/lib/notifications/videoConf/backgroundNotificationHandler.ts
- app/lib/notifications/videoConf/getInitialNotification.ts
- patches/react-native-notifications*.patch
- patches/@notifee+react-native*.patch
prebuild:
- sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties
- sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle
- sed -i -e '/firebase/d' ../settings.gradle
- sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d'
-e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e
'/detox/d' -e '/defaultConfig {/a ndk{abiFilters "x86_64"}' build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|$rootDir.*Detox-android|https://jitpack.io|'
../build.gradle
- cd ../..
- sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d'
-e '/"detox":\s"/d' -e '/notifee/d' package.json
- yarn install
- sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle
- sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d'
-e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//'
-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;/' -e '/removeAllNotifications/d'
app/lib/notifications/index.ts
- sed -i -e '/getInitialNotification/d' app/index.tsx
- sed -i -e '/backgroundNotificationHandler/d' index.js
- sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/'
-e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle
scanignore:
- android/build.gradle
- node_modules/expo/android/build.gradle
- node_modules/expo-application/android/build.gradle
- node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle
- node_modules/expo-av/android/build.gradle
- node_modules/expo-camera/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-haptics/android/build.gradle
- node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-local-authentication/android/build.gradle
- node_modules/expo-modules-core/android/build.gradle
- node_modules/expo/node_modules/expo-file-system/android/build.gradle
- node_modules/expo/node_modules/expo-keep-awake/android/build.gradle
- node_modules/expo-video-thumbnails/android/build.gradle
- node_modules/expo-web-browser/android/build.gradle
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/@react-native-camera-roll/camera-roll/android/build.gradle
- node_modules/@react-native-community/art/android/build.gradle
- node_modules/@react-native-community/blur/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-device-info/android/build.gradle
- node_modules/react-native-document-picker/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-flipper/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-math-view/android/build.gradle
- node_modules/react-native-mmkv-storage/android/build.gradle
- node_modules/react-native-prompt-android/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-restart/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-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-ui-lib/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/rn-root-view/android/build.gradle
scandelete:
- node_modules
build:
- rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native*
- gradle clean
gradleprops:
- APPLICATION_ID=chat.rocket.android
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
VercodeOperation:
@ -5162,5 +5578,5 @@ VercodeOperation:
- '%c + 2'
- '%c + 3'
UpdateCheckData: https://github.com/RocketChat/Rocket.Chat.ReactNative/releases/latest/download/version_code.txt|(\d+)|https://github.com/RocketChat/Rocket.Chat.ReactNative/releases/latest|tree/([\d.]+)
CurrentVersion: 4.45.0
CurrentVersionCode: 55380
CurrentVersion: 4.46.0
CurrentVersionCode: 56381