Skip to content

Commit 414f9e9

Browse files
committed
Bump version number
1 parent 7526686 commit 414f9e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WordPress/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ android {
5555
if (project.hasProperty("versionName")) {
5656
versionName project.property("versionName")
5757
} else {
58-
versionName "alpha-220"
58+
versionName "alpha-221"
5959
}
60-
versionCode 860
60+
versionCode 862
6161
minSdkVersion rootProject.minSdkVersion
6262
targetSdkVersion rootProject.targetSdkVersion
6363

@@ -85,9 +85,9 @@ android {
8585
dimension "buildType"
8686
// Only set the release version if one isn't provided
8787
if (!project.hasProperty("versionName")) {
88-
versionName "14.8-rc-1"
88+
versionName "14.8-rc-2"
8989
}
90-
versionCode 859
90+
versionCode 861
9191
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
9292
buildConfigField "boolean", "TENOR_AVAILABLE", "false"
9393
}

0 commit comments

Comments
 (0)