summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--project.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8eea231b0..7d571c507 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,7 +8,7 @@
<uses-sdk
android:minSdkVersion="10"
- android:targetSdkVersion="16" />
+ android:targetSdkVersion="17" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
diff --git a/project.properties b/project.properties
index 5aacfb42b..4a1ae1f77 100644
--- a/project.properties
+++ b/project.properties
@@ -9,6 +9,6 @@
# Project target.
proguard.config=proguard.cfg
-target=android-16
+target=android-17
android.library.reference.1=../ActionBarSherlock/library/
android.library.reference.2=../Android-ViewPagerIndicator/library