mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Bible Study to 4.0.660 (660)
This commit is contained in:
parent
f9faf3a87e
commit
6822102d54
1 changed files with 19 additions and 2 deletions
|
|
@ -1258,7 +1258,24 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 4.0.660
|
||||||
|
versionCode: 660
|
||||||
|
commit: c9a33c996debe67e167067f71bf2b5a23edf067d
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- 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
|
AutoUpdateMode: Version v%v-fdroid
|
||||||
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
|
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
|
||||||
CurrentVersion: 4.0.651
|
CurrentVersion: 4.0.660
|
||||||
CurrentVersionCode: 651
|
CurrentVersionCode: 660
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue