Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ktind committed Nov 10, 2014
1 parent eadebc7 commit 6ead47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nightscout.android"
android:versionCode="15"
android:versionName="0.1.9">
android:versionCode="16"
android:versionName="0.1.10">

<uses-feature android:name="android.hardware.usb.host" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.nightscout.android.dexcom.records;

import android.util.Log;

import com.nightscout.android.dexcom.CRC16;
import com.nightscout.android.dexcom.CRCFailRuntimeException;
import com.nightscout.android.dexcom.Constants;
Expand Down

0 comments on commit 6ead47d

Please sign in to comment.