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 2b2756d commit 6ac7e8e
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.29"
versionName "2.30-rc-1"
}
versionCode 161
versionCode 162
minSdkVersion 23
targetSdkVersion 33

Expand Down

0 comments on commit 6ac7e8e

Please sign in to comment.