Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Feb 11, 2020
1 parent 6974e70 commit 9396079
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 @@ -23,9 +23,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.3"
versionName "2.3.1"
}
versionCode 93
versionCode 95
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit 9396079

Please sign in to comment.