diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-12-18 18:00:40 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-12-18 18:00:40 +0100 |
commit | 3f6ccd184511808bb77372ea0cb6bef0fc408c06 (patch) | |
tree | 89e1fbd9436ef51ebe65d3c04f64385baec1e34a | |
parent | d36d6340c723056e197793f91bbb2fd09121e81a (diff) | |
download | AntennaPod-3f6ccd184511808bb77372ea0cb6bef0fc408c06.zip |
set target SDK to 17
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | 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 @@ <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 |