From 5cbca7d03b369c0cc8a0d042d36d3f41b2d422c3 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 12 Nov 2019 09:47:35 +0100 Subject: [PATCH] Remove UpdateCheckMode from the metadata for de.schildbach.wallet and de.schildbach.wallet_test. They serve no purpose, as deterministically built apps can't be updated automatically. There is always the manual step of the developer signing involved. --- metadata/de.schildbach.wallet.yml | 4 +--- metadata/de.schildbach.wallet_test.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/metadata/de.schildbach.wallet.yml b/metadata/de.schildbach.wallet.yml index a83a25d6b5..7e93212d05 100644 --- a/metadata/de.schildbach.wallet.yml +++ b/metadata/de.schildbach.wallet.yml @@ -1555,6 +1555,4 @@ Builds: - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet AutoUpdateMode: None -UpdateCheckMode: RepoManifest/prod -CurrentVersion: '7.25' -CurrentVersionCode: 425 +UpdateCheckMode: None diff --git a/metadata/de.schildbach.wallet_test.yml b/metadata/de.schildbach.wallet_test.yml index 31d0c426c6..d7eda94c86 100644 --- a/metadata/de.schildbach.wallet_test.yml +++ b/metadata/de.schildbach.wallet_test.yml @@ -1573,6 +1573,4 @@ Builds: - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet AutoUpdateMode: None -UpdateCheckMode: Tags -CurrentVersion: '7.25' -CurrentVersionCode: 425 +UpdateCheckMode: None