Skip to content

Commit

Permalink
Merge pull request #943 from Automattic/merge-hotfix.2.3.1-into-2.4
Browse files Browse the repository at this point in the history
Prepare for 2.4-rc-2
  • Loading branch information
theck13 authored Feb 11, 2020
2 parents 14fa52d + 908fa94 commit 7f49e7f
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 @@ -23,9 +23,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.4-rc-1"
versionName "2.4-rc-2"
}
versionCode 94
versionCode 96
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit 7f49e7f

Please sign in to comment.