Update Bible Study to 5.0.742 (742)

This commit is contained in:
F-Droid checkupdates bot 2023-11-02 16:44:07 +00:00
parent c255a38f5a
commit 03098a668e

View file

@ -1389,7 +1389,23 @@ Builds:
- standard
- fdroid
- versionName: 5.0.742
versionCode: 742
commit: 39a4e40355a5f6d95f0a85cf89d49fd2faebd0fb
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz
- echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
gradle:
- standard
- fdroid
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+-fdroid$
CurrentVersion: 5.0.741
CurrentVersionCode: 741
CurrentVersion: 5.0.742
CurrentVersionCode: 742