Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Oct 1, 2021
1 parent f9c326a commit 8ef463f
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 @@ -33,9 +33,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.22-rc-1"
versionName "2.22"
}
versionCode 145
versionCode 146
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit 8ef463f

Please sign in to comment.