Update Standard Notes to 3.20.3 (3000351)

This commit is contained in:
F-Droid checkupdates bot 2022-06-03 04:56:39 +00:00
parent 7b52f82472
commit d5f55dc4fe

View file

@ -3608,9 +3608,61 @@ Builds:
- popd
ndk: r21e
- versionName: 3.20.3
versionCode: 3000351
commit: 3.20.3
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
| sha256sum -c -
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
- npm -g install yarn
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
init:
- cd ../..
- yarn cache clean snjs
- npm_config_build_from_source=true yarn --force
gradle:
- prod
rm:
- .gitmodules
- .devcontainer
- .github
- .vscode
- __tests__
- ios
- android/app/gradle
prebuild:
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' 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/publishing.gradle
- node_modules/@react-native-community/async-storage/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/@standardnotes/react-native-utils/android/build.gradle
- node_modules/@standardnotes/react-native-textview/android/build.gradle
- node_modules/@standardnotes/react-native-aes/android/build.gradle
scandelete:
- node_modules/
build:
- pushd ../..
- yarn run android:bundle
- 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/tags/|/releases/tag/([\d.]+)
CurrentVersion: 3.20.1
CurrentVersionCode: 3000350
CurrentVersion: 3.20.3
CurrentVersionCode: 3000351