diff --git a/metadata/com.spicychair.weather.yml b/metadata/com.spicychair.weather.yml index 3a557bbd50..39b4386421 100644 --- a/metadata/com.spicychair.weather.yml +++ b/metadata/com.spicychair.weather.yml @@ -26,8 +26,20 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.4.4 + versionCode: 25 + commit: 516683ab0f970c3ae294b471b60e27cb8a6f8d0b + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@2.2.3 + rm: + - ios + build: + - $$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.4.3 -CurrentVersionCode: 24 +CurrentVersion: 1.4.4 +CurrentVersionCode: 25