mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Brume Wallet to 0.6.530 (530)
This commit is contained in:
parent
122d6be654
commit
7e26b758a6
1 changed files with 32 additions and 2 deletions
|
|
@ -335,9 +335,39 @@ Builds:
|
|||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
- versionName: 0.6.530
|
||||
versionCode: 530
|
||||
commit: 8242e132cef589c9fe304460b40f11299e56a56f
|
||||
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.529
|
||||
CurrentVersionCode: 529
|
||||
CurrentVersion: 0.6.530
|
||||
CurrentVersionCode: 530
|
||||
|
|
|
|||
Loading…
Reference in a new issue