From c59a55d6e062165fc4b2d54ff5116681dbb4071e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 11 Jul 2024 03:40:01 +0000 Subject: [PATCH] Update fWallet to 1.1.8 (118) --- metadata/business.braid.f_wallet.yml | 48 ++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/metadata/business.braid.f_wallet.yml b/metadata/business.braid.f_wallet.yml index 802cf13dbb..6f7462ac3b 100644 --- a/metadata/business.braid.f_wallet.yml +++ b/metadata/business.braid.f_wallet.yml @@ -284,10 +284,54 @@ Builds: - rm -rf /tmp/build ndk: r23b + - versionName: 1.1.8 + versionCode: 118 + commit: 0af55b2efb43738139af8aa3f6b0c53a870042e1 + 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 + AllowedAPKSigningKeys: 8b3707147ce32fc1de5dfc6699736932891546620b63bf2f6eb06cd2fc32ad55 AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.1.7 -CurrentVersionCode: 117 +CurrentVersion: 1.1.8 +CurrentVersionCode: 118