Skip to content

Commit b563a2f

Browse files
committed
Bump version to 2.10 rc 2 and build to 114
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.
1 parent 74b5944 commit b563a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Simplenote/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ android {
3030
if (project.hasProperty("versionName")) {
3131
versionName project.property("versionName")
3232
} else {
33-
versionName "2.10-rc-1"
33+
versionName "2.10-rc-2"
3434
}
35-
versionCode 113
35+
versionCode 114
3636
minSdkVersion 23
3737
targetSdkVersion 29
3838

0 commit comments

Comments
 (0)