mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Standard Notes to 3.31.10 (3000429)
This commit is contained in:
parent
cacf6fd883
commit
c3aeae43f2
1 changed files with 67 additions and 2 deletions
|
|
@ -4966,10 +4966,75 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 3.31.10
|
||||||
|
versionCode: 3000429
|
||||||
|
commit: '@standardnotes/mobile@3.31.10'
|
||||||
|
subdir: packages/mobile/android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
||||||
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /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 install -y openjdk-11-jdk-headless --no-install-recommends
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
||||||
|
- pushd build/srclib/cpython
|
||||||
|
- ./configure
|
||||||
|
- make -j$(nproc)
|
||||||
|
- make install
|
||||||
|
- popd
|
||||||
|
init:
|
||||||
|
- pushd ../../../..
|
||||||
|
- npm_config_build_from_source=true yarn --immutable
|
||||||
|
- popd
|
||||||
|
- pushd ../..
|
||||||
|
- npm_config_build_from_source=true yarn --immutable
|
||||||
|
- yarn remove react-native-store-review
|
||||||
|
- popd
|
||||||
|
patch:
|
||||||
|
- disable-splits-abi.patch
|
||||||
|
- remove-gms.patch
|
||||||
|
gradle:
|
||||||
|
- prod
|
||||||
|
srclibs:
|
||||||
|
- cpython@v3.10.5
|
||||||
|
rm:
|
||||||
|
- packages/desktop
|
||||||
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
||||||
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
||||||
|
scanignore:
|
||||||
|
- packages/mobile/android/build.gradle
|
||||||
|
- packages/mobile/node_modules/hermes-engine
|
||||||
|
- packages/mobile/node_modules/jsc-android
|
||||||
|
- packages/mobile/node_modules/react-native
|
||||||
|
- packages/mobile/node_modules/detox/android/build.gradle
|
||||||
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
||||||
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||||||
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
||||||
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
||||||
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules/
|
||||||
|
- packages/mobile/node_modules
|
||||||
|
- packages/components/dist
|
||||||
|
- .yarn/
|
||||||
|
build:
|
||||||
|
- pushd ../../../..
|
||||||
|
- yarn run build:mobile
|
||||||
|
- popd
|
||||||
|
- pushd ../..
|
||||||
|
- yarn run android:bundle
|
||||||
|
- popd
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
ArchivePolicy: 4 versions
|
ArchivePolicy: 4 versions
|
||||||
AutoUpdateMode: Version @standardnotes/mobile@%v
|
AutoUpdateMode: Version @standardnotes/mobile@%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
VercodeOperation: 3000310 + %c
|
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.]+)
|
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.31.9
|
CurrentVersion: 3.31.10
|
||||||
CurrentVersionCode: 3000428
|
CurrentVersionCode: 3000429
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue