Skip to content

Commit 908fa94

Browse files
committed
Bump version to 2.4-rc-2
2 parents 14fa52d + 9396079 commit 908fa94

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
@@ -23,9 +23,9 @@ android {
2323
if (project.hasProperty("versionName")) {
2424
versionName project.property("versionName")
2525
} else {
26-
versionName "2.4-rc-1"
26+
versionName "2.4-rc-2"
2727
}
28-
versionCode 94
28+
versionCode 96
2929
minSdkVersion 23
3030
targetSdkVersion 29
3131

0 commit comments

Comments
 (0)