From 9328e37871095535ff815d3ad2dacf7c71db9361 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 11 Dec 2021 04:39:56 +0000 Subject: [PATCH] Update Standard Notes to 3.9.5 (3000313) --- metadata/com.standardnotes.yml | 59 ++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index 53ed03e246..b613d8210e 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -2043,9 +2043,64 @@ Builds: - popd ndk: r21e + - versionName: 3.9.5 + versionCode: 3000313 + commit: 3.9.5 + subdir: android/app/ + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz + - echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz" + | sha256sum -c - + - tar xf node.tar.gz + - cp -a node-v*-linux-x64/. /usr/local/ + - npm -g install yarn + init: + - cd ../.. + - yarn cache clean snjs + - npm_config_build_from_source=true yarn --force + patch: + - bugsnag-3.9.4.patch + gradle: + - prod + srclibs: + - libsodium@1.0.18 + rm: + - .gitmodules + prebuild: + - $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null + - sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle + - sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode + appVersionCode/versionCode $$VERCODE$$/" build.gradle + - sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle + scanignore: + - android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/react-native + - node_modules/detox/android/build.gradle + - node_modules/detox/android/detox/detox-publishing.gradle + - node_modules/sn-textview/android/build.gradle + - node_modules/standard-notes-rn/android/build.gradle + - node_modules/@react-native-community/async-storage/android/build.gradle + - node_modules/@react-native-community/masked-view/android/build.gradle + scandelete: + - node_modules/ + build: + - lib="$PWD/../../node_modules/react-native-sodium/libsodium" + - target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p' + ../build.gradle` + - pushd $$libsodium$$ + - ./dist-build/android-armv7-a.sh + - ./dist-build/android-armv8-a.sh + - ./dist-build/android-x86.sh + - ./dist-build/android-x86_64.sh + - popd + ndk: r21e + AutoUpdateMode: Version %v UpdateCheckMode: HTTP VercodeOperation: 3000220 + %c UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/releases/latest|tree/([\d.]+) -CurrentVersion: 3.9.4 -CurrentVersionCode: 3000312 +CurrentVersion: 3.9.5 +CurrentVersionCode: 3000313