Skip to content

Commit

Permalink
Bumped version and fixed tiny visual error
Browse files Browse the repository at this point in the history
  • Loading branch information
timstableford committed Feb 14, 2017
1 parent c1f7902 commit 1872be8
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 @@ -7,8 +7,8 @@ android {
applicationId "uk.co.tstableford.p_brain"
minSdkVersion 19
targetSdkVersion 25
versionCode 3
versionName "2.1"
versionCode 4
versionName "2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public LoginDialog(final Activity activity,
final ConnectionManager.AuthListener listener) {
super(activity);
this.setContentView(R.layout.login_dialog);
this.setTitle("Login to " + server);
this.setTitle("Login");
this.setCancelable(false);

// Init button of login GUI
Expand Down

0 comments on commit 1872be8

Please sign in to comment.