Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 3, 2020
1 parent d88767c commit 09f9cda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "alpha-206"
versionName "alpha-207"
}
versionCode 823
versionCode 825
minSdkVersion 21
targetSdkVersion 28

Expand All @@ -84,9 +84,9 @@ android {
dimension "buildType"
// Only set the release version if one isn't provided
if (!project.hasProperty("versionName")) {
versionName "14.1-rc-1"
versionName "14.1-rc-2"
}
versionCode 822
versionCode 824
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
}

Expand Down

0 comments on commit 09f9cda

Please sign in to comment.