Skip to content

Commit d10a7d6

Browse files
committed
Update version numbers for new beta after a 14.7.1 hotfix
1 parent 3fa1e0c commit d10a7d6

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-221"
58+
versionName "alpha-222"
5959
}
60-
versionCode 862
60+
versionCode 865
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-2"
88+
versionName "14.8-rc-3"
8989
}
90-
versionCode 863
90+
versionCode 864
9191
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
9292
buildConfigField "boolean", "TENOR_AVAILABLE", "false"
9393
}

0 commit comments

Comments
 (0)