summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--photoviewer/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/photoviewer/AndroidManifest.xml b/photoviewer/AndroidManifest.xml
index 485e044..e4e9101 100644
--- a/photoviewer/AndroidManifest.xml
+++ b/photoviewer/AndroidManifest.xml
@@ -18,4 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.ex.photo"
android:versionCode="1">
+
+ <uses-sdk
+ android:minSdkVersion="11"/>
</manifest> \ No newline at end of file