mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update LMd to 2.3.0
This commit is contained in:
parent
b1da97b97b
commit
6f62edd75c
1 changed files with 28 additions and 2 deletions
|
|
@ -71,9 +71,35 @@ Builds:
|
||||||
- export SENTRY_ENVIRONMENT=fdroid
|
- export SENTRY_ENVIRONMENT=fdroid
|
||||||
- gradle assembleFreeLmdProductionUnminifiedRelease
|
- gradle assembleFreeLmdProductionUnminifiedRelease
|
||||||
|
|
||||||
|
- versionName: 2.3.0
|
||||||
|
versionCode: 20300900
|
||||||
|
commit: lmd-2.3.0
|
||||||
|
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.
|
MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 2.2.0
|
CurrentVersion: 2.3.0
|
||||||
CurrentVersionCode: 20200900
|
CurrentVersionCode: 20300900
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue