From 6654220b9e3f60e4706f35ddcd41e3d8d338e3eb Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 13 Aug 2022 03:59:34 +0000 Subject: [PATCH] Update de.sorunome.unifiednlp.trains to 1.4.0 (20033) --- metadata/de.sorunome.unifiednlp.trains.yml | 23 ++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/metadata/de.sorunome.unifiednlp.trains.yml b/metadata/de.sorunome.unifiednlp.trains.yml index ccf988d62e..34a2869d28 100644 --- a/metadata/de.sorunome.unifiednlp.trains.yml +++ b/metadata/de.sorunome.unifiednlp.trains.yml @@ -29,7 +29,26 @@ Builds: - gradle publishToMavenLocal - popd + - versionName: 1.4.0 + versionCode: 20033 + commit: f51c7d5bd110140d8704a8c3780422603c136599 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - earth-gravitational-model@v1.0.0 + prebuild: sed -i -e '/git {/,+4d' -e '/google/amavenLocal()' -e "/implementation/aimplementation + 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle + build: + - pushd $$earth-gravitational-model$$ + - gradle build + - gradle publishToMavenLocal + - popd + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: v0.1.0 -CurrentVersionCode: 13 +CurrentVersion: 1.4.0 +CurrentVersionCode: 20033