From 0eaa67c113869746fd82e6cf3f711d5202e09072 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 16 Jun 2020 08:15:40 +0000 Subject: [PATCH] Update Bible Study to 3.3.380 (380) --- metadata/net.bible.android.activity.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/metadata/net.bible.android.activity.yml b/metadata/net.bible.android.activity.yml index 16b679fdfd..42054d7a20 100644 --- a/metadata/net.bible.android.activity.yml +++ b/metadata/net.bible.android.activity.yml @@ -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