Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Oct 11, 2023
1 parent f47edb2 commit 3f68b8f
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 @@ -32,9 +32,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.30-rc-1"
versionName "2.30"
}
versionCode 162
versionCode 163
minSdkVersion 23
targetSdkVersion 33

Expand Down

0 comments on commit 3f68b8f

Please sign in to comment.