Skip to content

Commit

Permalink
Update app version to 1.0-alpha03 (#354)
Browse files Browse the repository at this point in the history
### TL;DR
Bump version code to 12 and version name to 1.0-alpha03

### What changed?
- Incremented version code from 11 to 12
- Updated version name from 1.0-alpha02 to 1.0-alpha03

### Why make this change?
Preparing for the next alpha release of the application by incrementing version identifiers to maintain proper versioning sequence.
  • Loading branch information
ksharma-xyz authored Nov 17, 2024
1 parent ac41287 commit f84ff5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {

defaultConfig {
applicationId = "xyz.ksharma.krail"
versionCode = 11
versionName = "1.0-alpha02"
versionCode = 12
versionName = "1.0-alpha03"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit f84ff5c

Please sign in to comment.