fdroiddata/metadata/business.braid.f_wallet.yml
2025-06-30 10:15:04 +00:00

338 lines
9.9 KiB
YAML

Categories:
- Pass Wallet
- Reading
License: EUPL-1.2
SourceCode: https://gitlab.com/TheOneWithTheBraid/f_wallet
IssueTracker: https://gitlab.com/TheOneWithTheBraid/f_wallet/-/issues
Changelog: https://gitlab.com/TheOneWithTheBraid/f_wallet/-/blob/HEAD/CHANGELOG.md
AutoName: fWallet
RepoType: git
Repo: https://gitlab.com/TheOneWithTheBraid/f_wallet.git
Binaries: https://gitlab.com/TheOneWithTheBraid/f_wallet/-/jobs/artifacts/v%v/raw/fWallet-%v.apk?job=build%3Aapk
Builds:
- versionName: 1.0.6
versionCode: 106
commit: v1.0.6
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
- versionName: 1.1.2
versionCode: 112
commit: v1.1.2
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
- export APP_VERSION="v$(cat pubspec.yaml | grep version | awk '{ print $2 }'
| cut -f1 -d "+")"
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --dart-define=FWALLET_IS_STABLE=true --dart-define=FWALLET_VERSION="$APP_VERSION"
- popd
- cp -pr /tmp/build/* business.braid.f_wallet
- rm -rf /tmp/build
- versionName: 1.1.4
versionCode: 114
commit: ae65e6cd66532d493b827f264ccc99958a0a4025
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
- export APP_VERSION="v$(cat pubspec.yaml | grep version | awk '{ print $2 }'
| cut -f1 -d "+")"
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --dart-define=FWALLET_IS_STABLE=true --dart-define=FWALLET_VERSION="$APP_VERSION"
- popd
- cp -pr /tmp/build/* business.braid.f_wallet
- rm -rf /tmp/build
ndk: r23b
- versionName: 1.1.5
versionCode: 115
commit: c6071d15453f6deebd5dddc7a120ec40326339a4
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
- export APP_VERSION="v$(cat pubspec.yaml | grep version | awk '{ print $2 }'
| cut -f1 -d "+")"
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --dart-define=FWALLET_IS_STABLE=true --dart-define=FWALLET_VERSION="$APP_VERSION"
- popd
- cp -pr /tmp/build/* business.braid.f_wallet
- rm -rf /tmp/build
ndk: r23b
- versionName: 1.1.6
versionCode: 116
commit: 3c08b771442f18c577a4c48442cddf578f94a3eb
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
- export APP_VERSION="v$(cat pubspec.yaml | grep version | awk '{ print $2 }'
| cut -f1 -d "+")"
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --dart-define=FWALLET_IS_STABLE=true --dart-define=FWALLET_VERSION="$APP_VERSION"
- popd
- cp -pr /tmp/build/* business.braid.f_wallet
- rm -rf /tmp/build
ndk: r23b
- versionName: 1.1.9
versionCode: 119
commit: 2ffd1efbc83f81b7be1f265156724038dae9336c
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
- export APP_VERSION="v$(cat pubspec.yaml | grep version | awk '{ print $2 }'
| cut -f1 -d "+")"
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --dart-define=FWALLET_IS_STABLE=true --dart-define=FWALLET_VERSION="$APP_VERSION"
- popd
- cp -pr /tmp/build/* business.braid.f_wallet
- rm -rf /tmp/build
ndk: r26b
- versionName: 1.2.0
versionCode: 120
commit: 468069f8080fe16d466ec03cbf3143e0a6c3130c
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
- export APP_VERSION="v$(cat pubspec.yaml | grep version | awk '{ print $2 }'
| cut -f1 -d "+")"
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter build apk --dart-define=FWALLET_IS_STABLE=true --dart-define=FWALLET_VERSION="$APP_VERSION"
- popd
- cp -pr /tmp/build/* business.braid.f_wallet
- rm -rf /tmp/build
ndk: r26b
AllowedAPKSigningKeys: 8b3707147ce32fc1de5dfc6699736932891546620b63bf2f6eb06cd2fc32ad55
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.2.0
CurrentVersionCode: 120