From ff9376ae4a40abbb511ab9140f5bcae0b04cf459 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 18 Aug 2024 07:25:55 +0000 Subject: [PATCH] Update Cuppa to 2.7.7 (49) --- metadata/com.nathanatos.Cuppa.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index 7d0e75b324..a615a311ff 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -369,8 +369,30 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart + - versionName: 2.7.7 + versionCode: 49 + commit: bbcec4aa55eb6643de24503e378fa4745ffdba93 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.22.3 + rm: + - ios + prebuild: + - sed -i '/keystoreProperties.load(new FileInputStream(keystorePropertiesFile))/d' + android/app/build.gradle + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub remove patrol + - $$flutter$$/bin/flutter pub remove in_app_review + - $$flutter$$/bin/flutter pub get + scandelete: + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.7.6 -CurrentVersionCode: 48 +CurrentVersion: 2.7.7 +CurrentVersionCode: 49