Update DroidFish to 1.73 (82)

This commit is contained in:
F-Droid Builder 2019-04-15 05:08:27 +01:00 committed by Ciaran Gultnieks
parent 5f5908e5c8
commit e8c50d9dba

View file

@ -196,6 +196,21 @@ Build:1.72,80
ant release ant release
ndk=r15c ndk=r15c
Build:1.73,82
commit=1.73
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: Maintainer Notes:
Running `ant release` twice seems fishy, but we can only run build_eco after that 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. and need to package the resulting eco.dat as well. Build still crashes.
@ -203,5 +218,5 @@ and need to package the resulting eco.dat as well. Build still crashes.
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.72 Current Version:1.73
Current Version Code:80 Current Version Code:82