diff --git a/metadata/de.westnordost.streetcomplete.yml b/metadata/de.westnordost.streetcomplete.yml index f55d164cb6..e9e0beae21 100644 --- a/metadata/de.westnordost.streetcomplete.yml +++ b/metadata/de.westnordost.streetcomplete.yml @@ -444,6 +444,7 @@ Builds: - versionName: 18.0-beta1 versionCode: 1800 + disable: beta commit: v18.0-beta1 subdir: app gradle: @@ -458,13 +459,13 @@ Builds: - versionName: 19.0-alpha1 versionCode: 1900 + disable: beta commit: v19.0-alpha1 subdir: app gradle: - yes AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -UpdateCheckIgnore: (alpha|beta|rc|RC) -CurrentVersion: 19.0-alpha1 -CurrentVersionCode: 1900 +UpdateCheckMode: Tags ^v\d+(\.\d+)?$ +CurrentVersion: '18.0' +CurrentVersionCode: 1801