summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-09-24 18:32:01 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-09-24 18:32:01 -0700
commitd54854a4364b03dd1eb5d4787a72da2b430a16a7 (patch)
tree62e3d6a609af720cd46fdb520afbf01905ccad76
parent69d49ba36ecf8b6288c196f2fe5e3795dfe1486e (diff)
downloadphotoviewer-d54854a4364b03dd1eb5d4787a72da2b430a16a7.tar.gz
Change-Id: I579e8d9efbf0cee6f888c2bd3b525bcf4bd4185d
-rw-r--r--sample/Android.mk2
-rw-r--r--sample/AndroidManifest.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/sample/Android.mk b/sample/Android.mk
index ea5ad5f..563b312 100644
--- a/sample/Android.mk
+++ b/sample/Android.mk
@@ -30,7 +30,7 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-common
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
-LOCAL_SDK_VERSION := 18
+LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
$(call all-logtags-files-under, $(src_dirs))
diff --git a/sample/AndroidManifest.xml b/sample/AndroidManifest.xml
index 8a75d6a..edbb41e 100644
--- a/sample/AndroidManifest.xml
+++ b/sample/AndroidManifest.xml
@@ -4,8 +4,7 @@
android:versionName="1.0" >
<uses-sdk
- android:minSdkVersion="14"
- android:targetSdkVersion="16" />
+ android:minSdkVersion="14"/>
<application
android:icon="@drawable/ic_launcher"