Update And Bible to 3.1.319.4-beta (319)
This commit is contained in:
parent
a3b4862a08
commit
ab93c4336e
|
@ -1,6 +1,6 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Reading
|
- Reading
|
||||||
License: LGPL-2.1-only
|
License: GPL-3.0-or-later
|
||||||
AuthorName: Bible for Android
|
AuthorName: Bible for Android
|
||||||
AuthorEmail: and-bible-support@googlegroups.com
|
AuthorEmail: and-bible-support@googlegroups.com
|
||||||
WebSite: https://andbible.github.io/
|
WebSite: https://andbible.github.io/
|
||||||
|
@ -478,7 +478,27 @@ Builds:
|
||||||
- cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
|
- cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
|
||||||
- echo "-dontwarn com.chenlb.mmseg4j.**" >> proguard-rules.pro
|
- echo "-dontwarn com.chenlb.mmseg4j.**" >> proguard-rules.pro
|
||||||
|
|
||||||
|
- versionName: 3.1.319.4-beta
|
||||||
|
versionCode: 319
|
||||||
|
commit: build-319.4
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y -t stretch-backports npm
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- AndBibleJSword@build-2
|
||||||
|
- AndBibleJSwordTweaks@v0.1.3
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
build:
|
||||||
|
- cd $$AndBibleJSwordTweaks$$
|
||||||
|
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
|
||||||
|
- cd -
|
||||||
|
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.1.319.1-beta
|
CurrentVersion: 3.1.319.4-beta
|
||||||
CurrentVersionCode: 319
|
CurrentVersionCode: 319
|
||||||
|
|
3
srclibs/AndBibleJSword.txt
Normal file
3
srclibs/AndBibleJSword.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/AndBible/jsword.git
|
||||||
|
|
3
srclibs/AndBibleJSwordTweaks.txt
Normal file
3
srclibs/AndBibleJSwordTweaks.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/AndBible/jsword-tweaks.git
|
||||||
|
|
Loading…
Reference in a new issue