Update uk.org.boddie.android.weatherforecast to 1.4.1 (141)
This commit is contained in:
parent
b4218902b2
commit
89648c72d5
|
@ -95,14 +95,14 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
|
||||||
|
|
||||||
- versionName: 1.4.0
|
- versionName: 1.4.1
|
||||||
versionCode: 140
|
versionCode: 141
|
||||||
commit: 1.4.0
|
commit: 1.4.1
|
||||||
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
|
sudo: apt-get install -y python-crypto python-pygments markdown python-markdown
|
||||||
imagemagick pngquant python-cairosvg
|
imagemagick pngquant python-cairosvg
|
||||||
output: output.apk
|
output: output.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- duck-git@1.0.4
|
- duck-git@1.0.5
|
||||||
prebuild:
|
prebuild:
|
||||||
- pushd $$duck-git$$
|
- pushd $$duck-git$$
|
||||||
- git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK`
|
- git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK`
|
||||||
|
@ -118,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.4.0
|
CurrentVersion: 1.4.1
|
||||||
CurrentVersionCode: 140
|
CurrentVersionCode: 141
|
||||||
|
|
Loading…
Reference in a new issue