Update DroidFS to 2.0.0-alpha1 (28)

This commit is contained in:
F-Droid checkupdates bot 2022-06-27 05:45:54 +00:00
parent d777bfd5aa
commit ff934612c4

View file

@ -336,7 +336,33 @@ Builds:
- ./build.sh $$FFmpeg$$
ndk: r23b
- versionName: 2.0.0-alpha1
versionCode: 28
commit: cf4927a90b40d99256ec3dcf9fe9c427f8edae64
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.3.linux-amd64.tar.gz
- echo "550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c go.tar.gz"
| sha256sum -c -
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
srclibs:
- OpenSSL@OpenSSL_1_1_1l
- FFmpeg@n4.4
prebuild: touch fdroid
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
- cd ../ffmpeg
- ./build.sh $$FFmpeg$$
ndk: r23b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.10.1
CurrentVersionCode: 27
CurrentVersion: 2.0.0-alpha1
CurrentVersionCode: 28