From 996265f5c795805ac0c2a5895c95ea32f4a9ee99 Mon Sep 17 00:00:00 2001 From: linsui Date: Fri, 18 Aug 2023 18:12:30 +0800 Subject: [PATCH] misc fixes --- metadata/com.bnyro.clock.yml | 3 +- metadata/com.bnyro.wallpaper.yml | 3 +- metadata/com.infomaniak.drive.yml | 1 + metadata/com.standardnotes.yml | 144 ------------------------------ 4 files changed, 5 insertions(+), 146 deletions(-) diff --git a/metadata/com.bnyro.clock.yml b/metadata/com.bnyro.clock.yml index c6ec1a24f7..2ff5eb403b 100644 --- a/metadata/com.bnyro.clock.yml +++ b/metadata/com.bnyro.clock.yml @@ -18,6 +18,7 @@ Binaries: https://github.com/you-apps/ClockYou/releases/download/v%v/app-release Builds: - versionName: '5.1' versionCode: 8 + disable: key changed commit: 0c211ae719ece68fd711cf85936651b6ab0511dc subdir: app sudo: @@ -38,7 +39,7 @@ Builds: gradle: - yes -AllowedAPKSigningKeys: 49116531dbcff3cb7861e96a75709ea14cd79052fdffa9bea383b416ecfeb5ee +AllowedAPKSigningKeys: b3bc73b117df5dfe38130c6c2b946852ae7088557fe8e433f0d9983a6b55cc95 AutoUpdateMode: Version UpdateCheckMode: Tags diff --git a/metadata/com.bnyro.wallpaper.yml b/metadata/com.bnyro.wallpaper.yml index a1fb3d6f0d..3743e5b0eb 100644 --- a/metadata/com.bnyro.wallpaper.yml +++ b/metadata/com.bnyro.wallpaper.yml @@ -21,6 +21,7 @@ Binaries: https://github.com/you-apps/WallYou/releases/download/v%v/app-release. Builds: - versionName: '4.1' versionCode: 19 + disable: key changed commit: 724535428b60e2627dfc3c637792019242a14cd8 subdir: app sudo: @@ -41,7 +42,7 @@ Builds: gradle: - yes -AllowedAPKSigningKeys: 49116531dbcff3cb7861e96a75709ea14cd79052fdffa9bea383b416ecfeb5ee +AllowedAPKSigningKeys: b3bc73b117df5dfe38130c6c2b946852ae7088557fe8e433f0d9983a6b55cc95 AutoUpdateMode: Version UpdateCheckMode: Tags diff --git a/metadata/com.infomaniak.drive.yml b/metadata/com.infomaniak.drive.yml index 2d5934d37c..a580a19453 100644 --- a/metadata/com.infomaniak.drive.yml +++ b/metadata/com.infomaniak.drive.yml @@ -748,6 +748,7 @@ Builds: - versionName: 4.2.23 versionCode: 40202301 + disable: https://github.com/Infomaniak/android-kDrive/issues/1023 commit: dd9a6d9df95dc39b870b264fea645e1d2e831b91 subdir: app submodules: true diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index efcee0ed7d..2a34a3c7e5 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -12808,150 +12808,6 @@ Builds: - .yarn/ ndk: r23b - - versionName: 3.169.33 - versionCode: 3001112 - commit: '@standardnotes/mobile@3.169.33' - 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/download/release/v16.20.0/node-v16.20.0-linux-x64.tar.gz - - echo "7abc0e558fa3b3c4cc0fd3c7fa5dbe61500ba7213f5e87ed560c65a733c6a5c4 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 ../../../.. - - yarn config set -H enableImmutableInstalls false - - sed -i -e '/react-native-iap/d' packages/mobile/package.json - - npm_config_build_from_source=true yarn - patch: - - remove-IAP.3.146.2.patch - - disable-gms-u2f-support-3.160.17.patch - gradle: - - prod - rm: - - 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 - - pushd ../../../.. - - yarn run build:mobile - - popd - - pushd ../.. - - yarn run android:bundle - - popd - scanignore: - - packages/mobile/node_modules/jsc-android - - packages/mobile/node_modules/react-native - - packages/mobile/node_modules/detox/android/build.gradle - - packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle - - packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle - scandelete: - - node_modules/ - - packages/mobile/node_modules - - packages/desktop - - .yarn/ - ndk: r23b - - - versionName: 3.169.35 - versionCode: 3001114 - commit: '@standardnotes/mobile@3.169.35' - 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/download/release/v16.20.0/node-v16.20.0-linux-x64.tar.gz - - echo "7abc0e558fa3b3c4cc0fd3c7fa5dbe61500ba7213f5e87ed560c65a733c6a5c4 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 ../../../.. - - yarn config set -H enableImmutableInstalls false - - sed -i -e '/react-native-iap/d' packages/mobile/package.json - - npm_config_build_from_source=true yarn - patch: - - remove-IAP.3.146.2.patch - - disable-gms-u2f-support-3.160.17.patch - gradle: - - prod - rm: - - 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 - - pushd ../../../.. - - yarn run build:mobile - - popd - - pushd ../.. - - yarn run android:bundle - - popd - scanignore: - - packages/mobile/node_modules/jsc-android - - packages/mobile/node_modules/react-native - - packages/mobile/node_modules/detox/android/build.gradle - - packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle - - packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle - scandelete: - - node_modules/ - - packages/mobile/node_modules - - packages/desktop - - .yarn/ - ndk: r23b - - - versionName: 3.170.2 - versionCode: 3001117 - commit: '@standardnotes/mobile@3.170.2' - 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/download/release/v16.20.0/node-v16.20.0-linux-x64.tar.gz - - echo "7abc0e558fa3b3c4cc0fd3c7fa5dbe61500ba7213f5e87ed560c65a733c6a5c4 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 ../../../.. - - yarn config set -H enableImmutableInstalls false - - sed -i -e '/react-native-iap/d' packages/mobile/package.json - - npm_config_build_from_source=true yarn - patch: - - remove-IAP.3.146.2.patch - - disable-gms-u2f-support-3.160.17.patch - gradle: - - prod - rm: - - 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 - - pushd ../../../.. - - yarn run build:mobile - - popd - - pushd ../.. - - yarn run android:bundle - - popd - scanignore: - - packages/mobile/node_modules/jsc-android - - packages/mobile/node_modules/react-native - - packages/mobile/node_modules/detox/android/build.gradle - - packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle - - packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle - scandelete: - - node_modules/ - - packages/mobile/node_modules - - packages/desktop - - .yarn/ - ndk: r23b - - versionName: 3.170.4 versionCode: 3001119 commit: '@standardnotes/mobile@3.170.4'