Skip to content

Commit

Permalink
bump app version - closed testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Dec 2, 2024
1 parent e9e24f2 commit 19aeea1
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 19aeea1

Please sign in to comment.