mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update taz app to 1.10.0 (11000900)
This commit is contained in:
parent
c09b5c3811
commit
1bb3568e70
1 changed files with 27 additions and 2 deletions
|
|
@ -659,9 +659,34 @@ Builds:
|
|||
- export VERSION_IGNORES_DIRTY_TREE=true
|
||||
- gradle assembleFreeTazProductionUnminifiedRelease
|
||||
|
||||
- versionName: 1.10.0
|
||||
versionCode: 11000900
|
||||
commit: 1.10.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:
|
||||
- pushd ../thirdparty/mupdf-jni
|
||||
- git apply ../../scripts/mupdf-mavenlocal.patch
|
||||
- touch "settings.gradle"
|
||||
- sed -i -e "s/'-j4'/'-j`nproc`'/" build.gradle
|
||||
- popd
|
||||
scandelete:
|
||||
- thirdparty/mupdf-jni/libmupdf/thirdparty
|
||||
build:
|
||||
- pushd ../thirdparty/mupdf-jni
|
||||
- make -C libmupdf generate
|
||||
- gradle assembleRelease publishReleasePublicationToMavenLocal
|
||||
- popd
|
||||
- export VERSION_IGNORES_DIRTY_TREE=true
|
||||
- gradle assembleFreeTazProductionUnminifiedRelease
|
||||
|
||||
MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.9.5
|
||||
CurrentVersionCode: 10905900
|
||||
CurrentVersion: 1.10.0
|
||||
CurrentVersionCode: 11000900
|
||||
|
|
|
|||
Loading…
Reference in a new issue