Skip to content

Commit 2199353

Browse files
committed
Bump versionto 2.5-rc-2
1 parent 4b1d7f0 commit 2199353

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.5-rc-1"
26+
versionName "2.5-rc-2"
2727
}
28-
versionCode 99
28+
versionCode 100
2929
minSdkVersion 23
3030
targetSdkVersion 29
3131

0 commit comments

Comments
 (0)