Build against the SDK.

Change-Id: I39aa170f06052fc904441af681a70d91d4151c92
diff --git a/Android.mk b/Android.mk
index 7fa60a0..dd1d1b1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,7 +10,7 @@
 
 LOCAL_PACKAGE_NAME := Tag
 
-#LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := current
 
 include $(BUILD_PACKAGE)
 
diff --git a/src/com/android/apps/tag/MyTagActivity.java b/src/com/android/apps/tag/MyTagActivity.java
index a86d2ed..857052f 100644
--- a/src/com/android/apps/tag/MyTagActivity.java
+++ b/src/com/android/apps/tag/MyTagActivity.java
@@ -20,7 +20,7 @@
 import com.android.apps.tag.message.ParsedNdefMessage;
 import com.android.apps.tag.record.ParsedNdefRecord;
 import com.android.apps.tag.record.TextRecord;
-import com.google.android.collect.Lists;
+import com.google.common.collect.Lists;
 
 import android.app.Activity;
 import android.nfc.NdefMessage;
diff --git a/src/com/android/apps/tag/provider/TagProvider.java b/src/com/android/apps/tag/provider/TagProvider.java
index d732ba0..07c7139 100644
--- a/src/com/android/apps/tag/provider/TagProvider.java
+++ b/src/com/android/apps/tag/provider/TagProvider.java
@@ -20,10 +20,10 @@
 import com.android.apps.tag.provider.TagContract.NdefMessages;
 import com.android.apps.tag.provider.TagContract.NdefRecords;
 import com.android.apps.tag.provider.TagContract.NdefTags;
-import com.google.android.collect.Maps;
 import com.google.common.base.Charsets;
 import com.google.common.base.Preconditions;
 import com.google.common.collect.ImmutableMap;
+import com.google.common.collect.Maps;
 
 import android.content.ContentUris;
 import android.content.ContentValues;