Skip to content

Commit

Permalink
Release: Bump version to 1.0-beta02 (#415)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
ksharma-xyz authored Dec 2, 2024
1 parent e9e24f2 commit 3f1f68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3f1f68e

Please sign in to comment.