Update Bible Study to 4.0.622 (622)

This commit is contained in:
F-Droid checkupdates bot 2021-12-03 03:36:33 +00:00
parent 0fd32a1726
commit 99a8db7c5d

View file

@ -1020,7 +1020,24 @@ Builds:
gradle:
- fdroid
- versionName: 4.0.622
versionCode: 622
commit: 4335f47a1a95dd0c1d6cccaf200fa30d3f11b66a
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports g++ build-essential
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
| sha256sum -c -
- tar xf node.tar.gz
- cp -a node-v14.16.0-linux-x64/. /usr/local/
gradle:
- fdroid
AutoUpdateMode: Version v%v-fdroid
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
CurrentVersion: 4.0.620
CurrentVersionCode: 620
CurrentVersion: 4.0.622
CurrentVersionCode: 622