From 3f1f68e2c1ef37fce6b670b47476124f6bc94e7c Mon Sep 17 00:00:00 2001 From: Karan Sharma <55722391+ksharma-xyz@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:02:26 +1100 Subject: [PATCH] Release: Bump version to 1.0-beta02 (#415) ### TL;DR Bump version code to 22 and version name to 1.0-beta02 ### What changed? - Incremented `versionCode` from 21 to 22 - Updated `versionName` from "1.0-beta01" to "1.0-beta02" ### How to test? 1. Build and install the app 2. Verify the new version appears in the app settings or system app info ### Why make this change? Prepare for the next beta release by incrementing version numbers to maintain proper version control and release tracking in the Play Store. --- composeApp/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index dba11911..ee539841 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -6,8 +6,8 @@ android { defaultConfig { applicationId = "xyz.ksharma.krail" - versionCode = 21 - versionName = "1.0-beta01" + versionCode = 22 + versionName = "1.0-beta02" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {