From 18f341e8cf8f7fe82c3c85289e0d20e37f61edac Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 7 Dec 2022 08:27:49 +0000 Subject: [PATCH] Update Cuppa to 1.7.2 (30) --- metadata/com.nathanatos.Cuppa.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index 31cef6fa28..4ac593c4a9 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -92,8 +92,22 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.7.2 + versionCode: 30 + commit: 27401010cfe9cde3bde6655b275a4d1ef300b4d4 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.3.4 + rm: + - ios + build: + - sed -i '/keystoreProperties.load(new FileInputStream(keystorePropertiesFile))/d' + android/app/build.gradle + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.7.1 -CurrentVersionCode: 29 +CurrentVersion: 1.7.2 +CurrentVersionCode: 30