Skip to content

Commit

Permalink
alpha-70 / 447 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Aug 10, 2017
2 parents e07b99b + 94b8854 commit 4248563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {

defaultConfig {
applicationId "org.wordpress.android"
versionName "alpha-69"
versionCode 444
versionName "alpha-70"
versionCode 447
minSdkVersion 16
targetSdkVersion 25

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public static SharedPreferences siteSettingsPreferences(Context context) {
* Gets the default category value stored in {@link SharedPreferences}, 0 by default.
*/
public static int getDefaultCategory(Context context) {
return siteSettingsPreferences(context).getInt(DEF_CATEGORY_PREF_KEY, 0);
return siteSettingsPreferences(context).getInt(DEF_CATEGORY_PREF_KEY, 1);
}

/**
Expand Down

0 comments on commit 4248563

Please sign in to comment.