Update DroidFish to 1.74 (83)

This commit is contained in:
F-Droid Builder 2019-04-18 21:20:41 +01:00 committed by Ciaran Gultnieks
parent 785a3d8a8e
commit 4fd102f1ed

View file

@ -211,6 +211,21 @@ Build:1.73,82
ant release
ndk=r15c
Build:1.74,83
commit=1.74
subdir=DroidFish
sudo=apt update || apt update && \
apt install -y proguard-cli
prebuild=echo 'source.dir=src;../CuckooChessEngine/src' > ant.properties && \
echo 'proguard.jar=/usr/share/java/proguard.jar' >> local.properties
build=$$NDK$$/ndk-build -j `nproc` && \
ant -f build_copy_exe.xml && \
ant release && \
ant -f ../CuckooChessEngine/build_binbook.xml && \
ant -f build_eco.xml && \
ant release
ndk=r15c
Maintainer Notes:
Running `ant release` twice seems fishy, but we can only run build_eco after that
and need to package the resulting eco.dat as well. Build still crashes.
@ -218,5 +233,5 @@ and need to package the resulting eco.dat as well. Build still crashes.
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.73
Current Version Code:82
Current Version:1.74
Current Version Code:83