Update uk.org.boddie.android.weatherforecast to 1.4.0 (140)
This commit is contained in:
parent
102a6738ba
commit
fdd411e2df
|
@ -95,6 +95,20 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
||||||
|
|
||||||
|
- versionName: 1.4.0
|
||||||
|
versionCode: 140
|
||||||
|
commit: 1.4.0
|
||||||
|
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
|
||||||
|
imagemagick pngquant python-cairosvg
|
||||||
|
output: output.apk
|
||||||
|
srclibs:
|
||||||
|
- duck-git@1.0.4
|
||||||
|
prebuild:
|
||||||
|
- pushd $$duck-git$$
|
||||||
|
- git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK`
|
||||||
|
- popd
|
||||||
|
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
From version 1.3.0, the app handles its own dependencies during the build,
|
From version 1.3.0, the app handles its own dependencies during the build,
|
||||||
using the prebuild step to take a specific version of DUCK then update it
|
using the prebuild step to take a specific version of DUCK then update it
|
||||||
|
@ -104,5 +118,5 @@ AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://bitbucket.org/dboddie/weather-forecast-android/raw/tip/build.py|version_code
|
UpdateCheckData: https://bitbucket.org/dboddie/weather-forecast-android/raw/tip/build.py|version_code
|
||||||
= "(.*)"|.|version = "(.*)"
|
= "(.*)"|.|version = "(.*)"
|
||||||
CurrentVersion: 1.3.0
|
CurrentVersion: 1.4.0
|
||||||
CurrentVersionCode: 130
|
CurrentVersionCode: 140
|
||||||
|
|
Loading…
Reference in a new issue