Update LxReader to 0.8.6 (fdroid) (80600)

This commit is contained in:
checkupdates bot 2025-11-07 09:20:17 +00:00 committed by Licaon_Kter
parent d8239e759c
commit b9a4e2f799

View file

@ -261,7 +261,39 @@ Builds:
- popd
ndk: r27c
- versionName: 0.8.6 (fdroid)
versionCode: 80600
commit: 052651d611888e96701f003e8fbfa89175099d0c
subdir: app
sudo:
- apt-get update
- apt-get install -y xz-utils bzip2
gradle:
- fdroid
prebuild:
- sed -i -e 's/8.13.0/8.11.1/' {.,..}/build.gradle.kts
- sdkmanager 'cmake;3.31.6'
- find ../tools -iname *.sh -exec sed -i -e 's/VERBOSE=1//' -e 's/-xvjf/-xjf/'
{} +
build:
- echo ANDROID_HOME=$$SDK$$ >> ./make.conf
- echo ANDROID_NDK_HOST_TAG=linux-x86_64 >> ./make.conf
- echo ANDROID_NDK_ROOT=$$NDK$$ >> ./make.conf
- echo ANDROID_CMAKE=$$SDK$$/cmake/3.31.6 >> ./make.conf
- echo MAKEOPTS=-j`nproc` >> ./make.conf
- echo ANDROID_PAGE_SIZE_16K=ON >> ./make.conf
- cp make.conf ../tools/thirdparty-bldtool/
- pushd ../tools/thirdparty-bldtool/
- echo -e 'CFLAGS="-fPIC -DPIC"\nCXXFLAGS="-fPIC -DPIC"' >> ./make.conf
- ./rebuild-all.sh
- popd
- cp make.conf ../tools/crengine-ng-build/
- pushd ../tools/crengine-ng-build/
- ./rebuild-all.sh release
- popd
ndk: r27c
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.8.5 (fdroid)
CurrentVersionCode: 80500
CurrentVersion: 0.8.6 (fdroid)
CurrentVersionCode: 80600