diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml index 880f59f3cf..5bf4f6f748 100644 --- a/metadata/chat.rocket.android.yml +++ b/metadata/chat.rocket.android.yml @@ -1146,1497 +1146,8 @@ Builds: gradleprops: - APPLICATION_ID=chat.rocket.android - - versionName: 4.35.0 - versionCode: 37286 - disable: crash - commit: 9cf6981a27f0131be1d593e9250dfd06217e0e19 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.0 - versionCode: 37287 - disable: crash - commit: 9cf6981a27f0131be1d593e9250dfd06217e0e19 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.0 - versionCode: 37288 - disable: crash - commit: 9cf6981a27f0131be1d593e9250dfd06217e0e19 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.0 - versionCode: 37289 - disable: crash - commit: 9cf6981a27f0131be1d593e9250dfd06217e0e19 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.1 - versionCode: 37443 - disable: crash - commit: 4.35.1 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.1 - versionCode: 37444 - disable: crash - commit: 4.35.1 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.1 - versionCode: 37445 - disable: crash - commit: 4.35.1 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.35.1 - versionCode: 37446 - disable: crash - commit: 4.35.1 - 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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.36.0 - versionCode: 38053 - disable: crash - commit: 4.36.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.36.0 - versionCode: 38054 - disable: crash - commit: 4.36.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.36.0 - versionCode: 38055 - disable: crash - commit: 4.36.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.36.0 - versionCode: 38056 - disable: crash - commit: 4.36.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.37.0 - versionCode: 40065 - disable: crash - commit: 4.37.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.37.0 - versionCode: 40066 - disable: crash - commit: 4.37.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.37.0 - versionCode: 40067 - disable: crash - commit: 4.37.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.37.0 - versionCode: 40068 - disable: crash - commit: 4.37.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/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 install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - - npm -g install yarn - gradle: - - officialFoss - rm: - - ios - - app/lib/notifications/push.ts - - patches/react-native-notifications*.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' 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;/' app/lib/notifications/index.ts - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native/* - - node_modules/react-native-bootsplash/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-device-info/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-mmkv-storage/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-svg/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-text-size/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-prompt-android/android/build.gradle - - node_modules/react-native-math-view/android/build.gradle - - node_modules/rn-root-view/android/build.gradle - - node_modules/react-native-ui-lib/android/build.gradle - - node_modules/expo-av/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-video-thumbnails/android/build.gradle - - node_modules/expo-local-authentication/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-haptics/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/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-masked-view/masked-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.37.1 versionCode: 40531 - disable: crash commit: 4.37.1 subdir: android/app sudo: @@ -2674,7 +1185,8 @@ Builds: -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;/' app/lib/notifications/index.ts + -e 's/pushNotificationConfigure.*;/undefined;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts scanignore: - android/build.gradle - node_modules/jsc-android @@ -2729,7 +1241,6 @@ Builds: - versionName: 4.37.1 versionCode: 40532 - disable: crash commit: 4.37.1 subdir: android/app sudo: @@ -2767,7 +1278,8 @@ Builds: -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;/' app/lib/notifications/index.ts + -e 's/pushNotificationConfigure.*;/undefined;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts scanignore: - android/build.gradle - node_modules/jsc-android @@ -2822,7 +1334,6 @@ Builds: - versionName: 4.37.1 versionCode: 40533 - disable: crash commit: 4.37.1 subdir: android/app sudo: @@ -2860,7 +1371,8 @@ Builds: -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;/' app/lib/notifications/index.ts + -e 's/pushNotificationConfigure.*;/undefined;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts scanignore: - android/build.gradle - node_modules/jsc-android @@ -2915,7 +1427,6 @@ Builds: - versionName: 4.37.1 versionCode: 40534 - disable: crash commit: 4.37.1 subdir: android/app sudo: @@ -2953,7 +1464,8 @@ Builds: -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;/' app/lib/notifications/index.ts + -e 's/pushNotificationConfigure.*;/undefined;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts scanignore: - android/build.gradle - node_modules/jsc-android @@ -3006,7 +1518,7 @@ Builds: gradleprops: - APPLICATION_ID=chat.rocket.android -AutoUpdateMode: None +AutoUpdateMode: Version %v UpdateCheckMode: HTTP VercodeOperation: - '%c + 0'