Update Bible Study to 3.3.392 (392)

This commit is contained in:
F-Droid checkupdates bot 2020-10-11 04:19:32 +00:00
parent 0e4129f35f
commit 4b53e76024

View file

@ -749,7 +749,27 @@ Builds:
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.3.392
versionCode: 392
commit: v3.3.392-fdroid
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm g++ build-essential
gradle:
- yes
srclibs:
- AndBibleJSword@andbible-fdroid
- AndBibleJSwordTweaks@andbible-fdroid
rm:
- app/libs/*
build:
- cd $$AndBibleJSwordTweaks$$
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
AutoUpdateMode: Version v%v-fdroid
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
CurrentVersion: 3.3.391
CurrentVersionCode: 391
CurrentVersion: 3.3.392
CurrentVersionCode: 392