mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Standard Notes to 3.14.0 (3000338)
This commit is contained in:
parent
e4bcc6898c
commit
6953c52031
1 changed files with 61 additions and 2 deletions
|
|
@ -3035,9 +3035,68 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 3.14.0
|
||||||
|
versionCode: 3000338
|
||||||
|
commit: 3.14.0
|
||||||
|
subdir: android/app/
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz
|
||||||
|
- echo "7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421 node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
- npm -g install yarn
|
||||||
|
init:
|
||||||
|
- cd ../..
|
||||||
|
- yarn cache clean snjs
|
||||||
|
- npm_config_build_from_source=true yarn --force
|
||||||
|
patch:
|
||||||
|
- bugsnag-3.9.12.patch
|
||||||
|
gradle:
|
||||||
|
- prod
|
||||||
|
srclibs:
|
||||||
|
- libsodium@1.0.18
|
||||||
|
rm:
|
||||||
|
- .gitmodules
|
||||||
|
- .devcontainer
|
||||||
|
- .github
|
||||||
|
- .vscode
|
||||||
|
- __tests__
|
||||||
|
- ios
|
||||||
|
- android/app/gradle
|
||||||
|
prebuild:
|
||||||
|
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
||||||
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
||||||
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
||||||
|
- sed -i -e "/bugsnag/d" build.gradle
|
||||||
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
||||||
|
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/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
|
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.12.0
|
CurrentVersion: 3.14.0
|
||||||
CurrentVersionCode: 3000337
|
CurrentVersionCode: 3000338
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue