From 82a923029c0aff6257535991f24d90002a4c0519 Mon Sep 17 00:00:00 2001 From: Jenny Danzmayr Date: Thu, 19 Dec 2019 18:49:10 +0100 Subject: [PATCH] version bump of de.c3nav.droid for 36c3 also fixes the auto update mechanism as the gradle file uses a syntax for the version code that can't be parsed by the F-Droid Bot Signed-off-by: Jenny Danzmayr --- metadata/de.c3nav.droid.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/metadata/de.c3nav.droid.yml b/metadata/de.c3nav.droid.yml index f483ff30e7..55862ea428 100644 --- a/metadata/de.c3nav.droid.yml +++ b/metadata/de.c3nav.droid.yml @@ -85,7 +85,22 @@ Builds: gradle: - yes + - versionName: 4.1.0 + versionCode: 14040100 + commit: v4.1.0 + subdir: CongressRoutePlanner/app + gradle: + - yes + + - versionName: 4.1.1 + versionCode: 14040101 + commit: v4.1.1 + subdir: CongressRoutePlanner/app + gradle: + - yes + AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -CurrentVersion: '3.1' -CurrentVersionCode: 7 +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/c3nav/c3nav-android/master/current_version|^[^:]+:([^:]+)$|.|^([^:]+):[^:]+$ +CurrentVersion: 4.1.1 +CurrentVersionCode: 14040101