Skip to content

Commit

Permalink
9.1-rc-2 / 506 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Dec 19, 2017
2 parents 82ec5c4 + 11e9c46 commit b3c201f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -37,8 +37,8 @@ android {

defaultConfig {
applicationId "org.wordpress.android"
versionName "9.1-rc-1"
versionCode 503
versionName "9.1-rc-2"
versionCode 506
minSdkVersion 16
targetSdkVersion 25

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public boolean isError() {
public Notification getNotification() {
switch (mLoginPhase) {
case AUTHENTICATING:
case SOCIAL_LOGIN:
case FETCHING_ACCOUNT:
case FETCHING_SETTINGS:
case FETCHING_SITES:
Expand Down

0 comments on commit b3c201f

Please sign in to comment.