mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 05:25:43 +00:00
Update Brume Wallet to 0.6.523 (523)
This commit is contained in:
parent
c1111e01d7
commit
94bee70581
1 changed files with 32 additions and 2 deletions
|
|
@ -245,9 +245,39 @@ Builds:
|
|||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
- versionName: 0.6.523
|
||||
versionCode: 523
|
||||
commit: b3614594d11d28ae0b7f24645d1c16c3007c7ff4
|
||||
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.522
|
||||
CurrentVersionCode: 522
|
||||
CurrentVersion: 0.6.523
|
||||
CurrentVersionCode: 523
|
||||
|
|
|
|||
Loading…
Reference in a new issue