mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 22:08:35 +00:00
Update Standard Notes to 3.14.1 (3000346)
This commit is contained in:
parent
dd00751e71
commit
4dd9107f1e
1 changed files with 53 additions and 1 deletions
|
|
@ -3400,9 +3400,61 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 3.14.1
|
||||||
|
versionCode: 3000346
|
||||||
|
commit: 3.14.1
|
||||||
|
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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
VercodeOperation: 3000220 + %c
|
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.]+)
|
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.14.1
|
CurrentVersion: 3.14.1
|
||||||
CurrentVersionCode: 3000345
|
CurrentVersionCode: 3000346
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue