Update Pixel Wheels to 0.18.0 (18)

This commit is contained in:
F-Droid checkupdates bot 2020-12-22 04:21:56 +00:00
parent bb4b42d77e
commit 374a1fa853

View file

@ -174,9 +174,31 @@ Builds:
- make -C .. assets
- make -C .. packer
- versionName: 0.18.0
versionCode: 18
commit: 0.18.0
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install -y python3-pip python3-setuptools imagemagick-6.q16
gradle:
- yes
rm:
- tools/packr.jar
prebuild:
- sed -i -e 's#./gradlew#gradle#' ../Makefile
- git cherry-pick --no-commit 4a56032cc4e823ba8d3fd35d5b1941951537b208
scandelete:
- android/libs/
build:
- pip3 install --user -r ../requirements.txt
- gradle tools:dist -b ../build.gradle
- make -C .. assets
- make -C .. packer
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckIgnore: (alpha|beta|rc)
UpdateCheckData: https://raw.githubusercontent.com/agateau/pixelwheels/master/version.properties|VERSION_CODE=(.*)|.|VERSION=(.*)
CurrentVersion: 0.17.0
CurrentVersionCode: 17
CurrentVersion: 0.18.0
CurrentVersionCode: 18