From 3f6ccd184511808bb77372ea0cb6bef0fc408c06 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Tue, 18 Dec 2012 18:00:40 +0100 Subject: set target SDK to 17 --- AndroidManifest.xml | 2 +- project.properties | 2 +- 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 @@ + android:targetSdkVersion="17" /> 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 -- cgit v1.2.3