mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
lmd - update
This commit is contained in:
parent
531fb566dd
commit
5809d8c1cc
1 changed files with 28 additions and 2 deletions
|
|
@ -97,9 +97,35 @@ Builds:
|
|||
- export SENTRY_ENVIRONMENT=fdroid
|
||||
- gradle assembleFreeLmdProductionUnminifiedRelease
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 20301900
|
||||
commit: lmd-2.3.1
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make file
|
||||
output: build/outputs/apk/freeLmdProduction/unminifiedRelease/app-free-lmd-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
|
||||
- export SENTRY_ENVIRONMENT=fdroid
|
||||
- gradle assembleFreeLmdProductionUnminifiedRelease
|
||||
|
||||
MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 20300900
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 20301900
|
||||
|
|
|
|||
Loading…
Reference in a new issue