From a4814818fce68c451bae414bc6e09d83cd5b9658 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 24 May 2023 10:22:32 +0000 Subject: [PATCH] Cuppa - bump flutter --- metadata/com.nathanatos.Cuppa.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index f5f266797b..fc1c811b02 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -11,7 +11,7 @@ Changelog: https://github.com/ncosgray/cuppa_mobile/releases AutoName: Cuppa RepoType: git -Repo: https://github.com/ncosgray/cuppa_mobile +Repo: https://github.com/ncosgray/cuppa_mobile.git Builds: - versionName: 1.5.5 @@ -181,13 +181,18 @@ Builds: commit: da896590dd44db7d71d6a27c029e5a98b2ea160c output: build/app/outputs/apk/release/app-release-unsigned.apk srclibs: - - flutter@3.7.0 + - flutter@3.10.1 rm: - ios - build: + 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