Skip to content

Commit

Permalink
Bump version to 13.1-rc-2/alpha-187
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Aug 20, 2019
1 parent 38ffb0a commit 663ca21
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 @@ -49,8 +49,8 @@ android {

defaultConfig {
applicationId "org.wordpress.android"
versionName "alpha-186"
versionCode 769
versionName "alpha-187"
versionCode 772
minSdkVersion 21
targetSdkVersion 28

Expand All @@ -74,8 +74,8 @@ android {
productFlavors {
vanilla { // used for release and beta
dimension "buildType"
versionName "13.1-rc-1"
versionCode 768
versionName "13.1-rc-2"
versionCode 771
}

zalpha { // alpha version - enable experimental features
Expand Down

0 comments on commit 663ca21

Please sign in to comment.