Skip to content

Commit

Permalink
Bump version numbers before release of v0.1.9
Browse files Browse the repository at this point in the history
Including a protocol version bump due to new command for accelerometer latency
added in #108
  • Loading branch information
kamrik committed May 4, 2017
1 parent c6c5c55 commit 4e52de4
Show file tree
Hide file tree
Showing 4 changed files with 1,344 additions and 1,335 deletions.
4 changes: 2 additions & 2 deletions android/WALT/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ model {
applicationId "org.chromium.latency.walt"
minSdkVersion.apiLevel 17
targetSdkVersion.apiLevel 23
versionCode 8
versionName "0.1.7"
versionCode 9
versionName "0.1.9"
}
ndk {
moduleName "sync_clock_jni"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class WaltDevice implements WaltConnection.ConnectionStateListener {

private static final int DEFAULT_DRIFT_LIMIT_US = 1500;
private static final String TAG = "WaltDevice";
public static final String PROTOCOL_VERSION = "5";
public static final String PROTOCOL_VERSION = "6";

// Teensy side commands. Each command is a single char
// Based on #defines section in walt.ino
Expand Down
Loading

0 comments on commit 4e52de4

Please sign in to comment.