Update Rabbit Escape to 0.13 (130)
Replace outdated, failing 0.12 (120). Closes fdroid/fdroiddata#1564.
This commit is contained in:
parent
2c4cb51533
commit
5b553af97c
|
@ -45,16 +45,17 @@ Build:0.11,110
|
||||||
build=cd ../.. && \
|
build=cd ../.. && \
|
||||||
make android-pre-fdroid
|
make android-pre-fdroid
|
||||||
|
|
||||||
Build:0.12,120
|
Build:0.13,130
|
||||||
commit=v0.12
|
commit=v0.13
|
||||||
subdir=rabbit-escape-ui-android/app
|
subdir=rabbit-escape-ui-android/app
|
||||||
sudo=apt-get update || apt-get update && \
|
sudo=apt-get update || apt-get update && \
|
||||||
apt-get install -y python3-lxml
|
apt-get install -y python3-lxml inkscape graphicsmagick-imagemagick-compat
|
||||||
gradle=paid
|
gradle=paid
|
||||||
|
rm=lib
|
||||||
build=cd ../.. && \
|
build=cd ../.. && \
|
||||||
make android-pre-fdroid
|
make android-pre-fdroid
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags v\d+\.\d+(\.\d+)?
|
Update Check Mode:Tags v\d+\.\d+(\.\d+)?
|
||||||
Current Version:0.12
|
Current Version:0.13
|
||||||
Current Version Code:120
|
Current Version Code:130
|
||||||
|
|
Loading…
Reference in a new issue