From b6267b9f86cc0ec88eefe928d523cc5f37178c9d Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 3 Apr 2023 11:47:47 +0000 Subject: [PATCH] Update Trains Locations to v1.0.0 (14) --- metadata/de.sorunome.unifiednlp.trains.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/de.sorunome.unifiednlp.trains.yml b/metadata/de.sorunome.unifiednlp.trains.yml index b07ad5c889..6f4febe751 100644 --- a/metadata/de.sorunome.unifiednlp.trains.yml +++ b/metadata/de.sorunome.unifiednlp.trains.yml @@ -31,7 +31,22 @@ Builds: - gradle publishToMavenLocal - popd + - versionName: v1.0.0 + versionCode: 14 + commit: cc32b59e926bfca880277fb5994dfc54ffcda27f + 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: v1.0.0 +CurrentVersionCode: 14