Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gregk27 committed Feb 25, 2017
1 parent cda3c66 commit fbd63b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 "ca.lakeeffect.scoutingapp"
minSdkVersion 14
targetSdkVersion 23
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
}
buildTypes {
release {
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/ca/lakeeffect/scoutingapp/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,6 @@ public void reset(){
}

public void alert(){
//TODO prevent blank numbers

AlertDialog dialog = new AlertDialog.Builder(this)
.setView(R.layout.dialog)
.setTitle("Enter Info")
Expand Down

0 comments on commit fbd63b8

Please sign in to comment.