diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index 5e5b752fc8..1256988bf9 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -134,8 +134,22 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.8.0 + versionCode: 33 + commit: b69a5b5fcbea0b0e51685592d707c9885dadcd69 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.7.0 + 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.4 -CurrentVersionCode: 32 +CurrentVersion: 1.8.0 +CurrentVersionCode: 33