From 754ab80da82ee8a20202d885f6ca3af0f15d4497 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 11 Jan 2019 00:00:22 +0100 Subject: [PATCH] Ripple: add two new versions and disable AutoUpdateMode AutoUpdateMode: Tags fails because checkupdates needs to be able to parse the versionCode, and it is set dynamically in app/build.gradle based on the git commit count. --- metadata/info.guardianproject.ripple.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/metadata/info.guardianproject.ripple.yml b/metadata/info.guardianproject.ripple.yml index 280c0e4315..ab014c9c1a 100644 --- a/metadata/info.guardianproject.ripple.yml +++ b/metadata/info.guardianproject.ripple.yml @@ -39,7 +39,21 @@ Builds: gradle: - yes -AutoUpdateMode: Version %v -UpdateCheckMode: Tags -CurrentVersion: '0.1' -CurrentVersionCode: 2 + - versionName: 0.2.3 + versionCode: 87 + commit: 0.2.3 + subdir: app + gradle: + - yes + + - versionName: 0.2.4 + versionCode: 104 + commit: 0.2.4 + subdir: app + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 0.2.4 +CurrentVersionCode: 104