From 3fe22ac262d1810436399f4c9af1e8dc6b775cbd Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 1 Oct 2023 07:43:14 +0000 Subject: [PATCH] Update Cuppa to 2.2.0 (38) --- 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 f03e7943c5..56c4259bc6 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -214,8 +214,27 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk + - versionName: 2.2.0 + versionCode: 38 + commit: 835b0dc6df37f43563206410ebb4625199461480 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.10.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.1.0 -CurrentVersionCode: 37 +CurrentVersion: 2.2.0 +CurrentVersionCode: 38