mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update ${appName} to 8.3.33 (3704)
This commit is contained in:
parent
39822c19f9
commit
4bd6cded3d
1 changed files with 30 additions and 2 deletions
|
|
@ -306,6 +306,34 @@ Builds:
|
||||||
- ./link_to_mupdf_1.16.1.sh
|
- ./link_to_mupdf_1.16.1.sh
|
||||||
ndk: r17c
|
ndk: r17c
|
||||||
|
|
||||||
|
- versionName: 8.3.33-fdroid
|
||||||
|
versionCode: 3704
|
||||||
|
commit: 8.3.33
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
@ -313,5 +341,5 @@ AutoUpdateMode: Version +-fdroid %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/foobnix/LibreraReader/master/app/build.gradle|\s+codeNumber
|
UpdateCheckData: https://raw.githubusercontent.com/foobnix/LibreraReader/master/app/build.gradle|\s+codeNumber
|
||||||
= (\d+)|.|\s+versionNumber = "([^\"]+)"
|
= (\d+)|.|\s+versionNumber = "([^\"]+)"
|
||||||
CurrentVersion: 8.3.28
|
CurrentVersion: 8.3.33
|
||||||
CurrentVersionCode: 3684
|
CurrentVersionCode: 3704
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue