Release hotfix to And Bible and minor config change

This commit is contained in:
Tuomas Airaksinen 2020-04-06 15:34:50 +00:00 committed by Licaon_Kter
parent 4c5c114c7c
commit e52787679a

View file

@ -509,7 +509,27 @@ Builds:
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.2.343
versionCode: 343
commit: v3.2.343
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.2.340
CurrentVersionCode: 340
CurrentVersion: 3.2.343
CurrentVersionCode: 343