Update taz to 1.7.0 (10700900)

This commit is contained in:
Johannes Dillmann 2023-03-28 17:08:16 +02:00 committed by Licaon_Kter
parent 8427ae4428
commit 2cbc3f2894

View file

@ -318,9 +318,32 @@ Builds:
- export SENTRY_ENVIRONMENT=fdroid
- gradle assembleFreeTazProductionUnminifiedRelease
- versionName: 1.7.0
versionCode: 10700900
commit: 1.7.0
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y make file
output: build/outputs/apk/freeTazProduction/unminifiedRelease/app-free-taz-production-unminifiedRelease-unsigned.apk
prebuild:
- cd ../thirdparty/mupdf-jni
- git apply ../../scripts/mupdf-mavenlocal.patch
- touch "settings.gradle"
- sed -i -e "s/'-j4'/'-j`nproc`'/" build.gradle
scandelete:
- thirdparty/mupdf-jni/libmupdf/thirdparty
build:
- make -C ../thirdparty/mupdf-jni/libmupdf generate
- gradle -p ../thirdparty/mupdf-jni assembleRelease publishReleasePublicationToMavenLocal
- export VERSION_IGNORES_DIRTY_TREE=true
- export SENTRY_ENVIRONMENT=fdroid
- gradle assembleFreeTazProductionUnminifiedRelease
MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.6.1
CurrentVersionCode: 10601900
CurrentVersion: 1.7.0
CurrentVersionCode: 10700900