mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update ${appName} to 8.3.40 (3730)
This commit is contained in:
parent
3d3254d87c
commit
8673720cd8
1 changed files with 28 additions and 2 deletions
|
|
@ -332,6 +332,32 @@ Builds:
|
||||||
- ./link_to_mupdf_1.16.1.sh
|
- ./link_to_mupdf_1.16.1.sh
|
||||||
ndk: r21
|
ndk: r21
|
||||||
|
|
||||||
|
- versionName: 8.3.40-fdroid
|
||||||
|
versionCode: 3730
|
||||||
|
commit: 8.3.40
|
||||||
|
subdir: app/
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y g++ mesa-common-dev libxcursor-dev libxrandr-dev libxinerama-dev
|
||||||
|
libglu1-mesa-dev libxi-dev
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- MuPDF@1.16.1
|
||||||
|
rm:
|
||||||
|
- Builder/libs/
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/F-DROID REMOVE THIS LINE/,+1d' ../build.gradle
|
||||||
|
- sed -i -e '/com.google.gms.google-services/d' -e '/com.google.android.gms/d'
|
||||||
|
-e '/com.cloudrail/d' -e '/include "armeabi-v7a", "arm64-v8a"/d' build.gradle
|
||||||
|
- sed -i -e '/^#!/a\set -e' -e 's|git clone .*|ln -s $$MuPDF$$ mupdf-$VERSION|'
|
||||||
|
-e 's/ndk-build $1/& -j`nproc` || exit 1/' ../Builder/link_to_mupdf_1.16.1.sh
|
||||||
|
- mkdir src/main/jniLibs/
|
||||||
|
build:
|
||||||
|
- pushd ../Builder/
|
||||||
|
- ./link_to_mupdf_1.16.1.sh
|
||||||
|
ndk: r21
|
||||||
|
|
||||||
MaintainerNotes: Upstream builds separate APKs for each architecture but we build
|
MaintainerNotes: Upstream builds separate APKs for each architecture but we build
|
||||||
an universal APK.
|
an universal APK.
|
||||||
|
|
||||||
|
|
@ -339,5 +365,5 @@ AutoUpdateMode: Version +-fdroid %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/foobnix/LibreraReader/master/app/build.gradle|\s+FDroidCodeNumber
|
UpdateCheckData: https://raw.githubusercontent.com/foobnix/LibreraReader/master/app/build.gradle|\s+FDroidCodeNumber
|
||||||
= (\d+)|.|\s+FDroidVersionNumber = "([^\"]+)"
|
= (\d+)|.|\s+FDroidVersionNumber = "([^\"]+)"
|
||||||
CurrentVersion: 8.3.39
|
CurrentVersion: 8.3.40
|
||||||
CurrentVersionCode: 3728
|
CurrentVersionCode: 3730
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue