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