mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update fWallet to 1.1.1 (111)
This commit is contained in:
parent
66397369a4
commit
fef8b5f5b8
1 changed files with 47 additions and 2 deletions
|
|
@ -57,10 +57,55 @@ Builds:
|
|||
- cp -pr /tmp/build/* business.braid.f_wallet
|
||||
- rm -rf /tmp/build
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 111
|
||||
commit: 22009edb288cb0b49d530e3a69685541d7b53e76
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION="$(cat flutter_version)"
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- cd ..
|
||||
- rm -rf /tmp/build
|
||||
- mv business.braid.f_wallet /tmp/build
|
||||
- pushd /tmp/build
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- cp -pr /tmp/build/* business.braid.f_wallet
|
||||
- rm -rf /tmp/build
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- cd ..
|
||||
- rm -rf /tmp/build
|
||||
- mv business.braid.f_wallet /tmp/build
|
||||
- pushd /tmp/build
|
||||
- $$flutter$$/bin/flutter gen-l10n
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- popd
|
||||
- cp -pr /tmp/build/* business.braid.f_wallet
|
||||
- rm -rf /tmp/build
|
||||
|
||||
AllowedAPKSigningKeys: 8b3707147ce32fc1de5dfc6699736932891546620b63bf2f6eb06cd2fc32ad55
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 106
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 111
|
||||
|
|
|
|||
Loading…
Reference in a new issue