Update Bible Study to 4.0.605 (605)

This commit is contained in:
F-Droid checkupdates bot 2021-09-21 04:00:21 +00:00
parent 437d00acf0
commit cd96089717

View file

@ -869,7 +869,22 @@ Builds:
gradle:
- yes
- versionName: 4.0.605
versionCode: 605
commit: 284ce3816f640495f2d9c928d2437f72c82f5eea
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports g++ build-essential
- 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:
- yes
AutoUpdateMode: Version v%v-fdroid
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
CurrentVersion: 4.0.604
CurrentVersionCode: 604
CurrentVersion: 4.0.605
CurrentVersionCode: 605