mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Bible Study to 3.3.380 (380)
This commit is contained in:
parent
899e05a4a1
commit
0eaa67c113
1 changed files with 22 additions and 2 deletions
|
|
@ -549,7 +549,27 @@ Builds:
|
|||
- cd -
|
||||
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
|
||||
|
||||
- versionName: 3.3.380
|
||||
versionCode: 380
|
||||
commit: v3.3.380-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.379
|
||||
CurrentVersionCode: 379
|
||||
CurrentVersion: 3.3.380
|
||||
CurrentVersionCode: 380
|
||||
|
|
|
|||
Loading…
Reference in a new issue