diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index 412bc723d7..632a97c55a 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -120,8 +120,22 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.7.4 + versionCode: 32 + commit: 2e79cc1654e76ebc9a820dfe5d66d9f73e0ec50d + 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.3 -CurrentVersionCode: 31 +CurrentVersion: 1.7.4 +CurrentVersionCode: 32