From 9f6b0d69064f067291079b13ae7d00ba18a650cd Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 19 Dec 2024 03:55:53 +0000 Subject: [PATCH] Update Cuppa to 2.8.5 (54) --- 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 0c26dfc222..7a93634129 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -457,8 +457,30 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart + - versionName: 2.8.5 + versionCode: 54 + commit: 0f10c39bcc5a9e6546296b96ed303d1523d82b30 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.27.1 + 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.8.4 -CurrentVersionCode: 53 +CurrentVersion: 2.8.5 +CurrentVersionCode: 54