Skip to content

Commit

Permalink
Bump version name to 2.8-rc-2
Browse files Browse the repository at this point in the history
I realized only afterwards that I should have done this as part of
38fc206.

If it made sense in the merge commit to bump versionCode, because the
previous one had already been used with another versionName, then it
makes sense to bump versionName, too, because the previous one had
already been used with another versionCode.
  • Loading branch information
mokagio committed Jul 1, 2020
1 parent 27bc829 commit 214088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.8-rc-1"
versionName "2.8-rc-2"
}
versionCode 109
minSdkVersion 23
Expand Down

0 comments on commit 214088b

Please sign in to comment.