Skip to content

Commit

Permalink
Update versionName and versionCode
Browse files Browse the repository at this point in the history
Logic: f223c29 is a large change to UX, 8973408 is a small tweak.
  • Loading branch information
KiARC committed Mar 21, 2022
1 parent 37a870a commit a4fb8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.katiearose.sobriety"
minSdk 30
targetSdk 30
versionCode 3
versionName "v1.1.0"
versionCode 4
versionName "v2.0.1"
setProperty("archivesBaseName", "Sobriety $versionName")
}

Expand Down

0 comments on commit a4fb8ce

Please sign in to comment.