diff --git a/metadata/com.spicychair.weather.yml b/metadata/com.spicychair.weather.yml index f360dc7570..a1470f6dac 100644 --- a/metadata/com.spicychair.weather.yml +++ b/metadata/com.spicychair.weather.yml @@ -96,8 +96,24 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.5.0 + versionCode: 36 + commit: a8986d5a4f07e650c2f18223229ce18bfd7875d8 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@2.5.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.7 -CurrentVersionCode: 34 +CurrentVersion: 1.5.0 +CurrentVersionCode: 36