diff --git a/metadata/com.zulipmobile.yml b/metadata/com.zulipmobile.yml index 043851b91d..48249c9371 100644 --- a/metadata/com.zulipmobile.yml +++ b/metadata/com.zulipmobile.yml @@ -14,2365 +14,8 @@ RepoType: git Repo: https://github.com/zulip/zulip-mobile.git Builds: - - versionName: '27.189' - versionCode: 189 - disable: installreferrer - commit: 204d620f29e7a8b695d2fec5af36974ae8abe3c5 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 || true - - curl -Lo node.tar.xz https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz - - echo "edcb6e9bb049ae365611aa209fc03c4bfc7e0295dbcc5b2f1e710ac70384a8ec node.tar.xz" - | sha256sum -c - - - tar xJf node.tar.xz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - apt-get update - - apt-get install -y openjdk-11-jdk-headless - - update-alternatives --auto java - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - - node_modules/expo/node_modules/expo-application/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.67.4 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.191' - versionCode: 191 - disable: installreferrer - commit: e53c31e4c53f6500ae1758f48d981fbd6bec35b1 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 || true - - curl -Lo node.tar.xz https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz - - echo "edcb6e9bb049ae365611aa209fc03c4bfc7e0295dbcc5b2f1e710ac70384a8ec node.tar.xz" - | sha256sum -c - - - tar xJf node.tar.xz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - apt-get update - - apt-get install -y openjdk-11-jdk-headless - - update-alternatives --auto java - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.67.4 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.192' - versionCode: 192 - disable: installreferrer - commit: 30349b83c123d1a6a6734f17e9e9c41d4819573a - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.67.4 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.194' - versionCode: 194 - disable: installreferrer - commit: 26111e8f434df737d60bd7612e770cd058aa08e2 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - sed -i -e 's/ "0.67.4/ "0.67.5/' package.json - - sed -i -e 's/native@0.67.4/native@0.67.5/' -e 's/version "0.67.4"/version - "0.67.5"/' -e 's/native-0.67.4.tgz.*"/native-0.67.5.tgz"/' -e 's!sha512-NA9d9.*!sha512-/xEksthqImZGDfcqzEmbOw0KRkp9/x+cC8T8uTHhSKLLa8pOFLGdF190UOjnLammGmAmFy0+ZcJf0Ujm53IGeA==!' - yarn.lock - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.67.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.67.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.195' - versionCode: 195 - disable: installreferrer - commit: 7009ed03c6ae9f32310261aa16f27d9f6177697a - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - sed -i -e 's/ "0.67.4/ "0.67.5/' package.json - - sed -i -e 's/native@0.67.4/native@0.67.5/' -e 's/version "0.67.4"/version - "0.67.5"/' -e 's/native-0.67.4.tgz.*"/native-0.67.5.tgz"/' -e 's!sha512-NA9d9.*!sha512-/xEksthqImZGDfcqzEmbOw0KRkp9/x+cC8T8uTHhSKLLa8pOFLGdF190UOjnLammGmAmFy0+ZcJf0Ujm53IGeA==!' - yarn.lock - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.67.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.67.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.196' - versionCode: 196 - disable: installreferrer - commit: b1ab20acfecb957b8b3e782466b06116955f3eb5 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.67.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.67.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.198' - versionCode: 198 - disable: installreferrer - commit: ff08de235d08a701168a3b50358bc917cbffc1c5 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.199' - versionCode: 199 - disable: installreferrer - commit: 966c36a977e2f1378b4428d7491679485727f360 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.200' - versionCode: 200 - disable: installreferrer - commit: 666578124284676fbdc4515aea774c0a36a96d80 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.201' - versionCode: 201 - disable: installreferrer - commit: 78743850c9323576e9006a2b0ef484ab4fd1bcbe - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.203' - versionCode: 203 - disable: installreferrer - commit: feb1d5a9011fbb54ed9e2f2a3d04019c06969509 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.204' - versionCode: 204 - disable: installreferrer - commit: a5c4e70b7da1b9283cf78625ebec9470e30b0e68 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.java - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.java - - cd ../.. - - yarn install - - sed -i -e '/installreferrer/,+11d' node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-device-info/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.205' - versionCode: 205 - disable: installreferrer - commit: 0adbc354f22852e199617058f0a269e5f686c3a1 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.206' - versionCode: 206 - disable: installreferrer - commit: 205f88291ec8ad38059da7bc4aec3e40cf312ddf - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.207' - versionCode: 207 - disable: installreferrer - commit: bb7bc298b1bb5b11efcfdb2726e88fd80e8fb970 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.208' - versionCode: 208 - disable: installreferrer - commit: c979530d6804db33310ed7d14a4ac62017432944 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.209' - versionCode: 209 - disable: installreferrer - commit: ba621ced3c8aa405051bd4e9281a4e5eefcd7f17 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.211' - versionCode: 211 - disable: installreferrer - commit: ddd1eb5980d127353e4e53c26d8c8ad49e9dfbed - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.212' - versionCode: 212 - disable: installreferrer - commit: 73ff2c610e17df4aa5be526e86e5e07c7f5414a5 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.213' - versionCode: 213 - disable: installreferrer - commit: 6369e9bf3d1ca4453b07bbe9005b2aa0f9f5bb2b - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.214' - versionCode: 214 - disable: installreferrer - commit: eb8d532c40668ee20012c5c855f8acfdddd3cf55 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.216' - versionCode: 216 - disable: installreferrer - commit: ea6b9dc9156a92c6de51212ea4e4cb254fb4d8b2 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.217' - versionCode: 217 - disable: installreferrer - commit: 8e52472cd7ae62f145cffb396248b76234425beb - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.218' - versionCode: 218 - disable: installreferrer - commit: e55033a102f56074feea8699126c8d0221da6bc0 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.219' - versionCode: 219 - disable: installreferrer - commit: 35cd7f80130e7cc730f03e26022edcfa3e667745 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.220' - versionCode: 220 - disable: installreferrer - commit: 6586cd38121a0a57838b3bae4ec56272b77ee19b - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.221' - versionCode: 221 - disable: installreferrer - commit: 7c7369dcab807dc4b5a091d6467696683e06ae71 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.222' - versionCode: 222 - disable: installreferrer - commit: a347e9f701aad586323bde2c8d10fd471a619d63 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.223' - versionCode: 223 - disable: installreferrer - commit: 13c6a02ffccedbf1bf81d0ac4349833b3a03ca3b - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.225' - versionCode: 225 - disable: installreferrer - commit: 7b033bd508bb26eafb86a5f233aeb83b98af3de7 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz - - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: r23c - - - versionName: '27.226' - versionCode: 226 - disable: installreferrer - commit: 5fa3ce6db390dbd82c92ac25c8f608571899bde6 - subdir: android/app - sudo: - - echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list - - apt-get update - - apt-get install -y -t bullseye openjdk-11-jdk-headless - - update-java-alternatives --set java-1.11.0-openjdk-amd64 - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.gz - - echo "c9193e6c414891694759febe846f4f023bf48410a6924a8b1520c46565859665 node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm -g install yarn - - sysctl fs.inotify.max_user_watches=524288 || true - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: 23.2.8568313 - - - versionName: '27.227' - versionCode: 227 - disable: installreferrer - commit: d1857377c2506eb304db410bf9992bed47eb5edd - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 || true - - echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list - - apt-get update - - apt-get install -y npm - - apt-get install -y -t bullseye openjdk-11-jdk-headless - - update-java-alternatives --set java-1.11.0-openjdk-amd64 - - npm -g install yarn - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: 23.2.8568313 - - - versionName: '27.228' - versionCode: 228 - disable: installreferrer - commit: 6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 || true - - echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list - - apt-get update - - apt-get install -y npm - - apt-get install -y -t bullseye openjdk-11-jdk-headless - - update-java-alternatives --set java-1.11.0-openjdk-amd64 - - npm -g install yarn - gradle: - - yes - srclibs: - - react-native-reanimated@2.2.4 - rm: - - android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt - - ios - prebuild: - - sed -i -e 's/enable true/enable false/' -e '/firebase/d' -e "/android {/a - packagingOptions {pickFirst 'lib/*/*.so'}" build.gradle - - sed -i -e '//d' -e '/com.zulipmobile/a ' -e '/com.zulipmobile/a ' src/main/AndroidManifest.xml - - sed -i -e '/firebase/d' -e '/FirebaseInstanceId/,/addOnFailureListener/d' - -e '/googlePlayServicesAvailability/,/^ }/s/^ .*//' -e '/gms/d' - src/main/java/com/zulipmobile/notifications/NotificationsModule.kt - - cd ../.. - - yarn install - - sed -i -e '/checkCompatibility/,/^ });/d' src/boot/CompatibilityChecker.js - - pushd $$react-native-reanimated$$ - - sed -i -e "s!+' //.*!0.68.5'!" build.gradle - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/android - - node_modules/react-native/ReactAndroid/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - - node_modules/expo-constants/android/build.gradle - - node_modules/expo-error-recovery/android/build.gradle - - node_modules/expo-file-system/android/build.gradle - - node_modules/expo-font/android/build.gradle - - node_modules/expo-keep-awake/android/build.gradle - - node_modules/expo-mail-composer/android/build.gradle - - node_modules/expo-modules-core/android/build.gradle - - node_modules/expo-screen-orientation/android/build.gradle - - node_modules/expo-sqlite/android/build.gradle - - node_modules/expo-web-browser/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - - node_modules/@react-native-community/masked-view/android/build.gradle - - node_modules/@react-native-community/netinfo/android/build.gradle - - node_modules/@react-native-community/push-notification-ios/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$react-native-reanimated$$ - - yarn add react-native@0.68.5 - - gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar - ndk: 23.2.8568313 - - versionName: '27.229' versionCode: 229 - disable: installreferrer commit: 1b5947c0165f741c2d36bb979bc78a5a90bf66cf subdir: android/app sudo: @@ -2417,7 +60,6 @@ Builds: - node_modules/react-native-vector-icons/android/build.gradle - node_modules/react-native-webview/android/build.gradle - node_modules/expo/android/build.gradle - - node_modules/expo-application/android/build.gradle - node_modules/expo-constants/android/build.gradle - node_modules/expo-error-recovery/android/build.gradle - node_modules/expo-file-system/android/build.gradle