Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Sep 3, 2021
1 parent 19a0cfe commit 29db9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.20-rc-1"
versionName "2.20"
}
versionCode 141
versionCode 142
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit 29db9d0

Please sign in to comment.