Skip to content

Commit

Permalink
Bump version to 2.10 rc 2 and build to 114
Browse files Browse the repository at this point in the history
This is to workaround the fact that I had already published a build for
2.10 and released it to 100% of "Open Testing" users two weeks ago, when
I didn't know the team had decided to postpone the code freeze.
  • Loading branch information
mokagio committed Sep 7, 2020
1 parent 74b5944 commit b563a2f
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 @@ -30,9 +30,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.10-rc-1"
versionName "2.10-rc-2"
}
versionCode 113
versionCode 114
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit b563a2f

Please sign in to comment.