diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml index 01a864891e..7261172743 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.yml +++ b/metadata/uk.org.boddie.android.weatherforecast.yml @@ -91,9 +91,19 @@ Builds: - duck@1.0.3 build: PYTHONPATH=$$duck$$ ./build.py output.apk + - versionName: 1.2.1 + versionCode: 121 + commit: 1.2.1 + sudo: apt-get install -y python-crypto python-pygments markdown python-markdown + imagemagick pngquant python-cairosvg + output: output.apk + srclibs: + - duck@1.0.3 + build: PYTHONPATH=$$duck$$ ./build.py output.apk + AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://bitbucket.org/dboddie/weather-forecast-android/raw/tip/build.py|version_code = "(.*)"|.|version = "(.*)" -CurrentVersion: 1.2.0 -CurrentVersionCode: 120 +CurrentVersion: 1.2.1 +CurrentVersionCode: 121