mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 09:49:41 +00:00
Update Bible Study to 3.3.379 (379)
This commit is contained in:
parent
742be4b4e0
commit
ca01a5cfe4
1 changed files with 23 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ SourceCode: https://github.com/AndBible/and-bible
|
|||
IssueTracker: https://github.com/AndBible/and-bible/issues
|
||||
Translation: https://www.transifex.com/mjdenham/andbible/
|
||||
|
||||
AutoName: And Bible
|
||||
AutoName: Bible Study
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/AndBible/and-bible.git
|
||||
|
|
@ -529,7 +529,27 @@ Builds:
|
|||
- cd -
|
||||
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
|
||||
|
||||
- versionName: 3.3.379
|
||||
versionCode: 379
|
||||
commit: v3.3.379-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.2.343
|
||||
CurrentVersionCode: 343
|
||||
CurrentVersion: 3.3.379
|
||||
CurrentVersionCode: 379
|
||||
|
|
|
|||
Loading…
Reference in a new issue