mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 21:56:58 +00:00
Update Brume Wallet to 0.6.527 (527)
This commit is contained in:
parent
3d9225368e
commit
700ac46bae
1 changed files with 32 additions and 2 deletions
|
|
@ -275,9 +275,39 @@ Builds:
|
|||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
- versionName: 0.6.527
|
||||
versionCode: 527
|
||||
commit: 2c45bce9b1bebfc194bd751efc79a606f8f76f0e
|
||||
subdir: apps/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install npm
|
||||
init:
|
||||
- cd ../../..
|
||||
- npm install --build-from-source
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm:
|
||||
- apps/apple
|
||||
- apps/ios
|
||||
- dist/*
|
||||
prebuild:
|
||||
- cd ../../..
|
||||
- npx cap telemetry off
|
||||
scanignore:
|
||||
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd ../../..
|
||||
- npm run build
|
||||
- npm run sync
|
||||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
AllowedAPKSigningKeys: 4a066910f4a6544d117c078169428b70dcece086940ec3332d78119f679e6d4a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.6.525
|
||||
CurrentVersionCode: 525
|
||||
CurrentVersion: 0.6.527
|
||||
CurrentVersionCode: 527
|
||||
|
|
|
|||
Loading…
Reference in a new issue