From 9d89a6debb9bd70c5e95c3494f535bdcad267b46 Mon Sep 17 00:00:00 2001 From: shum Date: Fri, 31 Mar 2023 14:00:14 +0300 Subject: [PATCH] simplex: change versionCode scheme --- metadata/chat.simplex.app.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/chat.simplex.app.yml b/metadata/chat.simplex.app.yml index 6d3c752e1e..3e5daef00a 100644 --- a/metadata/chat.simplex.app.yml +++ b/metadata/chat.simplex.app.yml @@ -211,7 +211,7 @@ Builds: - ./scripts/android/build-android.sh -s $$COMMIT$$ - versionName: '4.6' - versionCode: 1107 + versionCode: 107 commit: 05c4a6c68297418226e3a1fa186925444e25482a timeout: 40000 sudo: @@ -229,7 +229,7 @@ Builds: - ./scripts/android/build-android.sh -s $$COMMIT$$ - versionName: '4.6' - versionCode: 2107 + versionCode: 108 commit: 05c4a6c68297418226e3a1fa186925444e25482a timeout: 40000 sudo: @@ -249,7 +249,7 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ VercodeOperation: - - '%c+1000' - - '%c+2000' + - '%c' + - '%c+1' CurrentVersion: '4.6' -CurrentVersionCode: 2107 +CurrentVersionCode: 108