mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update DroidFS to 2.1.1 (34)
This commit is contained in:
parent
9c512afa9d
commit
883731a0cc
1 changed files with 35 additions and 2 deletions
|
|
@ -453,7 +453,40 @@ Builds:
|
|||
gradleprops:
|
||||
- nosplits
|
||||
|
||||
- versionName: 2.1.1
|
||||
versionCode: 34
|
||||
commit: 891a581329a58aea30a7e6bf25c41b89b0266bb8
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y golang-go/bullseye-backports golang-src/bullseye-backports
|
||||
openjdk-17-jdk-headless build-essential pkg-config libssl-dev wget
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- OpenSSL@OpenSSL_1_1_1v
|
||||
- FFmpeg@n6.0
|
||||
prebuild:
|
||||
- cd ../libpdfviewer && mkdir app/pdfjs-dist pdfjs && cd pdfjs
|
||||
- wget https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-3.8.162.tgz
|
||||
- tar xf pdfjs-dist-3.8.162.tgz package/build/pdf.min.js package/build/pdf.worker.min.js
|
||||
- mv package/build ../app/pdfjs-dist
|
||||
- cd .. && rm -rf pdfjs
|
||||
scandelete:
|
||||
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/TestData
|
||||
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/*.zip
|
||||
build:
|
||||
- cd libgocryptfs
|
||||
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
|
||||
- cd ../ffmpeg
|
||||
- ./build.sh $$FFmpeg$$
|
||||
ndk: r25c
|
||||
gradleprops:
|
||||
- nosplits
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 33
|
||||
CurrentVersion: 2.1.1
|
||||
CurrentVersionCode: 34
|
||||
|
|
|
|||
Loading…
Reference in a new issue