Skip to content

Commit

Permalink
Bump to version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed May 29, 2014
1 parent 80deea3 commit dc9ce9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChaseWhisply/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 20
versionName "0.3.4"
versionCode 21
versionName "0.3.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected void onCreate(Bundle savedInstanceState) {
getSupportFragmentManager().beginTransaction().replace(R.id.game_home_fragment_container,
new GameHomeFragment(), GameHomeFragment.FRAGMENT_TAG).commit();
}
getGameHelper().setConnectOnStart(false);
}

@Override
Expand Down

0 comments on commit dc9ce9f

Please sign in to comment.