From ce9bb111250f77ccddda6ea9f70c7ac3960dc5f7 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Thu, 18 May 2023 12:36:14 +0000 Subject: [PATCH] fix(com.standardnotes): cannnot find module --- metadata/com.standardnotes.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index 7e9e587ddd..5490ebcacb 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -10888,10 +10888,9 @@ Builds: - .yarn/ ndk: r23b - - versionName: 3.159.17 - versionCode: 3000959 - disable: fails to build - commit: '@standardnotes/mobile@3.159.17' + - versionName: 3.160.3 + versionCode: 3000963 + commit: '@standardnotes/mobile@3.160.3' subdir: packages/mobile/android/app sudo: - apt-get update @@ -10907,15 +10906,12 @@ Builds: - yarn config set -H enableImmutableInstalls false - sed -i -e '/react-native-iap/d' packages/mobile/package.json - npm_config_build_from_source=true yarn - - cd packages/mobile - - npm_config_build_from_source=true yarn patch: - remove-IAP.3.146.2.patch - disable-gms-u2f-support.patch gradle: - prod rm: - - packages/desktop - packages/mobile/ios prebuild: - sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/' @@ -10936,16 +10932,14 @@ Builds: scandelete: - node_modules/ - packages/mobile/node_modules + - packages/desktop - .yarn/ ndk: r23b -MaintainerNotes: | - Override gradle wrappers to make them consistent before the upstream merges https://github.com/standardnotes/app/pull/2197. The overridden version 7.2 can't build this application. - -AutoUpdateMode: None +AutoUpdateMode: Version @standardnotes/mobile@%v 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.160.1 -CurrentVersionCode: 3000961 +CurrentVersion: 3.160.3 +CurrentVersionCode: 3000963