diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index 7b133e83a7..54e4ec5d07 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -83,8 +83,22 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.5.3 + versionCode: 20 + commit: 44d178ec9cc63c91b5375d310255e9d22efebcfd + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@2.2.3 + 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.5.2 -CurrentVersionCode: 19 +CurrentVersion: 1.5.3 +CurrentVersionCode: 20