From ca01a5cfe49d157976f1ec2afd2cd2d3e6d28bd6 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 15 Jun 2020 08:26:34 +0000 Subject: [PATCH] Update Bible Study to 3.3.379 (379) --- metadata/net.bible.android.activity.yml | 26 ++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/metadata/net.bible.android.activity.yml b/metadata/net.bible.android.activity.yml index dfc860e870..16b679fdfd 100644 --- a/metadata/net.bible.android.activity.yml +++ b/metadata/net.bible.android.activity.yml @@ -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