mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update ${appName} to 8.3.39 (3728)
This commit is contained in:
parent
f93745e641
commit
31bdc9703e
1 changed files with 30 additions and 2 deletions
|
|
@ -334,6 +334,34 @@ Builds:
|
||||||
- ./link_to_mupdf_1.16.1.sh
|
- ./link_to_mupdf_1.16.1.sh
|
||||||
ndk: r17c
|
ndk: r17c
|
||||||
|
|
||||||
|
- versionName: 8.3.39-fdroid
|
||||||
|
versionCode: 3728
|
||||||
|
commit: 8.3.39
|
||||||
|
subdir: app/
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y g++-6 mesa-common-dev libxcursor-dev libxrandr-dev libxinerama-dev
|
||||||
|
libgl1-mesa-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 '/git clone/d' -e 's#cd mupdf-$VERSION#pushd '$PWD'/$$MuPDF$$#'
|
||||||
|
-e 's#/home/ivan-dev/git/LibreraReader/Builder/mupdf-$VERSION#'$PWD'/$$MuPDF$$#'
|
||||||
|
-e 's#/home/ivan-dev/git/LibreraReader/app/src/main/jniLibs#'$PWD'/src/main/jniLibs#'
|
||||||
|
-e 's#cd \.\.#popd#' ../Builder/link_to_mupdf_1.16.1.sh
|
||||||
|
- mkdir src/main/jniLibs/
|
||||||
|
build:
|
||||||
|
- pushd ../Builder/
|
||||||
|
- ./link_to_mupdf_1.16.1.sh
|
||||||
|
ndk: r17c
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
@ -341,5 +369,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.37
|
CurrentVersion: 8.3.39
|
||||||
CurrentVersionCode: 3720
|
CurrentVersionCode: 3728
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue