mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
taz: 1.9.4
This commit is contained in:
parent
3e2f72e720
commit
adf73c820d
1 changed files with 27 additions and 2 deletions
|
|
@ -608,9 +608,34 @@ Builds:
|
||||||
- export VERSION_IGNORES_DIRTY_TREE=true
|
- export VERSION_IGNORES_DIRTY_TREE=true
|
||||||
- gradle assembleFreeTazProductionUnminifiedRelease
|
- gradle assembleFreeTazProductionUnminifiedRelease
|
||||||
|
|
||||||
|
- versionName: 1.9.4
|
||||||
|
versionCode: 10904900
|
||||||
|
commit: 1.9.4
|
||||||
|
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.
|
MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 1.9.3
|
CurrentVersion: 1.9.4
|
||||||
CurrentVersionCode: 10903900
|
CurrentVersionCode: 10904900
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue