diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index 5d4e21d4fd..483db1d9a7 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -347,8 +347,27 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk + - versionName: 2.7.5 + versionCode: 47 + commit: 5f8dc8be9c602ef59890420bf36319a14e584d19 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.19.2 + 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.7.1 -CurrentVersionCode: 46 +CurrentVersion: 2.7.5 +CurrentVersionCode: 47