mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update taz App to 1.3.3
This commit is contained in:
parent
f2bf885c96
commit
299aaadbaa
1 changed files with 21 additions and 2 deletions
|
|
@ -33,9 +33,28 @@ Builds:
|
||||||
- export SENTRY_ENVIRONMENT=fdroid
|
- export SENTRY_ENVIRONMENT=fdroid
|
||||||
- gradle assembleFreeTazUnminifiedRelease
|
- gradle assembleFreeTazUnminifiedRelease
|
||||||
|
|
||||||
|
- versionName: 1.3.3
|
||||||
|
versionCode: 10303900
|
||||||
|
commit: 1.3.3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/maven.ghostscript.com/d' ../mupdf-lib/build.gradle
|
||||||
|
- sed -i -e '/MAVEN_REPO/,+2d' ../mupdf-lib/build.gradle
|
||||||
|
- sed -i -e 's/enable true/enable false/' ../mupdf-lib/build.gradle
|
||||||
|
- sed -i -e "s/'-j4'/'-j`nproc`'/" ../mupdf-lib/jni/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- mupdf-lib/jni/libmupdf/thirdparty
|
||||||
|
build:
|
||||||
|
- make -C ../mupdf-lib/jni/libmupdf generate
|
||||||
|
- export VERSION_IGNORES_DIRTY_TREE=true
|
||||||
|
- export SENTRY_ENVIRONMENT=fdroid
|
||||||
|
- gradle assembleFreeTazUnminifiedRelease
|
||||||
|
|
||||||
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.2.2
|
CurrentVersion: 1.3.3
|
||||||
CurrentVersionCode: 10202900
|
CurrentVersionCode: 10303900
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue