Skip to content

Commit

Permalink
Bump version for 15.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Oct 8, 2020
1 parent 8e64b1f commit 1c58b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ android {
dimension "buildType"
// Only set the release version if one isn't provided
if (!project.hasProperty("versionName")) {
versionName "15.8"
versionName "15.8.1"
}
versionCode 929
versionCode 932
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
buildConfigField "boolean", "TENOR_AVAILABLE", "false"
buildConfigField "long", "REMOTE_CONFIG_FETCH_INTERVAL", "3600"
Expand Down

0 comments on commit 1c58b63

Please sign in to comment.