diff --git a/metadata/com.massive.yml b/metadata/com.massive.yml index 72d4783ae0..0f92f2514e 100644 --- a/metadata/com.massive.yml +++ b/metadata/com.massive.yml @@ -1319,117 +1319,9 @@ Builds: - .yarn ndk: r21d - - versionName: '1.61' - versionCode: 36087 - commit: a2d8f4d8acbf70fed4899922d3277023897e9f22 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz - - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - init: yarn install - gradle: - - yes - output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/* - - node_modules/react-native-file-access/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/@react-native-masked-view/masked-view/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-linear-gradient/android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-share/android/build.gradle - - node_modules/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-pager-view/android/build.gradle - scandelete: - - node_modules/ - - .yarn - ndk: r21d - - - versionName: '1.66' - versionCode: 36092 - commit: f57de5265d1460f08a1820378d0885bb90d2c635 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz - - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - init: yarn install - gradle: - - yes - output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/* - - node_modules/react-native-file-access/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/@react-native-masked-view/masked-view/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-linear-gradient/android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-share/android/build.gradle - - node_modules/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-pager-view/android/build.gradle - scandelete: - - node_modules/ - - .yarn - ndk: r21d - - - versionName: '1.67' - versionCode: 36093 - disable: fails to build - commit: 7b403050f3b80065d9da28c03fc543bf4e4a0434 - subdir: android/app - sudo: - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz - - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - init: yarn install - gradle: - - yes - output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk - scanignore: - - android/build.gradle - - node_modules/jsc-android - - node_modules/react-native/* - - node_modules/react-native-file-access/android/build.gradle - - node_modules/react-native-screens/android/build.gradle - - node_modules/@react-native-masked-view/masked-view/android/build.gradle - - node_modules/react-native-safe-area-context/android/build.gradle - - node_modules/react-native-linear-gradient/android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-reanimated/android/build.gradle - - node_modules/react-native-share/android/build.gradle - - node_modules/@types/react-native-svg-charts/node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/react-native-document-picker/android/build.gradle - - node_modules/react-native-pager-view/android/build.gradle - scandelete: - - node_modules/ - - .yarn - ndk: r21d - - versionName: '1.70' versionCode: 36096 + disable: https://gitea.presley.nz/brandon.presley/Massive/issues/115 commit: 9db499020263d83561077cb021726693480d642d subdir: android/app sudo: diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index fbea1239eb..fe4f7a3873 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -8242,58 +8242,9 @@ Builds: - popd ndk: r21e - - versionName: 3.45.28 - versionCode: 3000622 - commit: '@standardnotes/mobile@3.45.28' - subdir: packages/mobile/android/app - sudo: - - apt-get update - - apt-get install -y libsecret-1-dev build-essential - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz - - echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ - - npm install -g yarn - - sysctl fs.inotify.max_user_watches=524288 || true - init: - - cd ../../../.. - - npm_config_build_from_source=true yarn --immutable - - cd packages/mobile - - npm_config_build_from_source=true yarn --immutable - gradle: - - prod - rm: - - packages/desktop - - packages/mobile/ios - prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/' - -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/' - build.gradle - scanignore: - - packages/mobile/android/build.gradle - - packages/mobile/node_modules/hermes-engine - - packages/mobile/node_modules/jsc-android - - packages/mobile/node_modules/react-native - - packages/mobile/node_modules/detox/android/build.gradle - - packages/mobile/node_modules/detox/android/detox/publishing.gradle - - packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle - - packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle - scandelete: - - node_modules/ - - packages/mobile/node_modules - - packages/components/dist - - .yarn/ - build: - - pushd ../../../.. - - yarn run build:mobile - - popd - - pushd ../.. - - yarn run android:bundle - - popd - ndk: r21e - - - versionName: 3.45.30 - versionCode: 3000624 - commit: '@standardnotes/mobile@3.45.30' + - versionName: 3.45.31 + versionCode: 3000625 + commit: '@standardnotes/mobile@3.45.31' subdir: packages/mobile/android/app sudo: - apt-get update @@ -8344,5 +8295,5 @@ UpdateCheckMode: HTTP VercodeOperation: - 3000310 + %c UpdateCheckData: https://github.com/standardnotes/app/actions/workflows/mobile.release.prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/app/releases|/releases/tag/%40standardnotes%2Fmobile%40([\d.]+) -CurrentVersion: 3.45.30 -CurrentVersionCode: 3000624 +CurrentVersion: 3.45.31 +CurrentVersionCode: 3000625 diff --git a/metadata/org.hollowbamboo.chordreader2.yml b/metadata/org.hollowbamboo.chordreader2.yml index 31323b646e..1a588ad060 100644 --- a/metadata/org.hollowbamboo.chordreader2.yml +++ b/metadata/org.hollowbamboo.chordreader2.yml @@ -25,8 +25,7 @@ Builds: - versionName: 2.1.0 versionCode: 2 - disable: https://github.com/AndInTheClouds/chordreader2/issues/5 - commit: fed7ea2b6844e921367a2578c60f5b6fb3f7568f + commit: 35c8f96ae7cc7670416b93e2d7fb11704da08604 subdir: app gradle: - yes