Skip to content

Commit

Permalink
Advanced to version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDab committed Apr 19, 2019
1 parent 92a39f3 commit ebf5a8f
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 @@ -6,8 +6,8 @@ android {
applicationId "com.team3543.trcattendance_android"
minSdkVersion 18
targetSdkVersion 27
versionCode 8
versionName "1.0.8"
versionCode 9
versionName "1.0.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class DataStore
public static final long serialVersionUID = 1L;
public static final String PROGRAM_TITLE = "Trc Attendance Logger";
public static final String COPYRIGHT_MSG = "Copyright (c) Titan Robotics Club";
public static final String PROGRAM_VERSION = "[version 1.0.8a-lts]";
public static final String PROGRAM_VERSION = "[version 1.0.9a]";
public static String SESSION_LOG_FILE_NAME = "SessionLog.txt";

public static File readDirectory = null;
Expand Down

0 comments on commit ebf5a8f

Please sign in to comment.