Skip to content

Commit

Permalink
It is so annoying that I tend to forget updating versionName and vers…
Browse files Browse the repository at this point in the history
…ionCode
  • Loading branch information
JackEblan committed Feb 10, 2024
1 parent c83a9b6 commit 3c7ec79
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 = "com.android.geto"
versionCode = 12
versionName = "1.12"
versionCode = 14
versionName = "1.14"

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

0 comments on commit 3c7ec79

Please sign in to comment.