From a5418ea929693d40a25b5c2223759d8a953cbd39 Mon Sep 17 00:00:00 2001 From: Christopher Seven Phiri Date: Thu, 28 Nov 2024 10:02:23 +0200 Subject: [PATCH] Production release 0.2.0.3 --- android/quest/build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/android/quest/build.gradle.kts b/android/quest/build.gradle.kts index 78c38dd0f9..327f6a6b0f 100644 --- a/android/quest/build.gradle.kts +++ b/android/quest/build.gradle.kts @@ -139,22 +139,22 @@ android { dimension = "apps" applicationIdSuffix = ".mwcore" versionNameSuffix = "-mwcore" - versionCode = 38 - versionName = "0.2.0.2" + versionCode = 39 + versionName = "0.2.0.3" } create("mwcoreDev") { dimension = "apps" applicationIdSuffix = ".mwcoreDev" versionNameSuffix = "-mwcoreDev" - versionCode = 38 - versionName = "0.2.0.2" + versionCode = 39 + versionName = "0.2.0.3" } create("mwcoreStaging") { dimension = "apps" applicationIdSuffix = ".mwcoreStaging" versionNameSuffix = "-mwcoreStaging" - versionCode = 38 - versionName = "0.2.0.2" + versionCode = 39 + versionName = "0.2.0.3" } }