Skip to content

Commit

Permalink
Merge pull request #18 from cmsc436/outdoor_enum
Browse files Browse the repository at this point in the history
Outdoor enum
  • Loading branch information
MrPickles authored Apr 24, 2017
2 parents 7cd5d7b + d2dc7f3 commit 9b07cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sheets436/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 22
targetSdkVersion 25
versionCode 1
versionName "0.0.4"
versionName "0.0.5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = "${archivesBaseName}-" + versionName
Expand Down
3 changes: 2 additions & 1 deletion sheets436/src/main/java/edu/umd/cmsc436/sheets/Sheets.java
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ public enum TestType {
SWAY_OPEN_APART("'Swaying Test (Legs apart eyes open)'"),
SWAY_OPEN_TOGETHER("'Swaying Test (Legs closed eyes open)'"),
SWAY_CLOSED("'Swaying Test (Legs closed eyes closed)'"),
INDOOR_WALKING("'Indoor Walking Test");
INDOOR_WALKING("'Indoor Walking Test'"),
OUTDOOR_WALKING("'Outdoor Walking Test'");

private final String id;

Expand Down

0 comments on commit 9b07cc5

Please sign in to comment.