Skip to content

Commit

Permalink
Why not another beta
Browse files Browse the repository at this point in the history
  • Loading branch information
19lmyers committed Dec 8, 2016
1 parent 9a5a3ce commit 7a93a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.team980.thunderscout"
minSdkVersion 16
targetSdkVersion 25
versionCode 5
versionName "0.4"
versionCode 6
versionName "0.5"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected void onCreate(Bundle savedInstanceState) {
toolbar.addView(View.inflate(this, R.layout.team_number, null));
setSupportActionBar(toolbar);

getSupportActionBar().setTitle("Scout: Team");
getSupportActionBar().setTitle("Scout: Team"); //TODO match number, Qualification
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setHomeAsUpIndicator(R.drawable.ic_clear_white_24dp);

Expand Down

0 comments on commit 7a93a30

Please sign in to comment.