mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +00:00
Update Bible Study to 3.3.382 (382)
This commit is contained in:
parent
0d76263f6d
commit
699ae8764b
1 changed files with 22 additions and 2 deletions
|
|
@ -589,7 +589,27 @@ Builds:
|
||||||
- cd -
|
- cd -
|
||||||
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
|
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
|
||||||
|
|
||||||
|
- versionName: 3.3.382
|
||||||
|
versionCode: 382
|
||||||
|
commit: v3.3.382-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
|
AutoUpdateMode: Version v%v-fdroid
|
||||||
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
|
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+-fdroid$
|
||||||
CurrentVersion: 3.3.381
|
CurrentVersion: 3.3.382
|
||||||
CurrentVersionCode: 381
|
CurrentVersionCode: 382
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue