From b9f23dc69b74c8f2ca9b67a8f5f2f5b3fa8b4278 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 27 Oct 2023 08:46:08 +0000 Subject: [PATCH] Update Cuppa to 2.3.0 (39) --- metadata/com.nathanatos.Cuppa.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index fe627977f4..eba17aea44 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -233,8 +233,27 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk + - versionName: 2.3.0 + versionCode: 39 + commit: 9247e9373569711ebea5b2a6ac5458dcf5e58b1f + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.13.6 + 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 + scandelete: + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.2.0 -CurrentVersionCode: 38 +CurrentVersion: 2.3.0 +CurrentVersionCode: 39