mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Release hotfix to And Bible and minor config change
This commit is contained in:
parent
4c5c114c7c
commit
e52787679a
1 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue