Skip to content

Commit

Permalink
Merge pull request #54 from Nexters/feature/update-version-code
Browse files Browse the repository at this point in the history
chore Update version code from 2 to 3
  • Loading branch information
eshc123 authored Aug 26, 2024
2 parents f05b0bb + d2d4141 commit b07729a
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 @@ -16,8 +16,8 @@ android {
applicationId = "com.goalpanzi.mission_mate"
minSdk = 26
targetSdk = 34
versionCode = 2
versionName = "1.0.0"
versionCode = 3
versionName = "1.0.1"

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

0 comments on commit b07729a

Please sign in to comment.