Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Aug 15, 2023
1 parent 4e181ce commit 7bea4b3
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 @@ -34,9 +34,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.29-rc-1"
versionName "2.29"
}
versionCode 160
versionCode 161
minSdkVersion 23
targetSdkVersion 31

Expand Down

0 comments on commit 7bea4b3

Please sign in to comment.