diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-09-20 11:47:35 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-09-20 11:47:35 +0200 |
commit | 7c731919be0c63e4dd5e30190bb0e96ff619e818 (patch) | |
tree | b5c00c627505ea40747e7c134704b36b7409b5b9 /project.properties | |
parent | 45154693bd59598bfae81433861d49f99589f45e (diff) | |
download | AntennaPod-7c731919be0c63e4dd5e30190bb0e96ff619e818.zip |
Set target sdk to 16
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.properties b/project.properties index 727b719f4..5aacfb42b 100644 --- a/project.properties +++ b/project.properties @@ -9,6 +9,6 @@ # Project target. proguard.config=proguard.cfg -target=android-15 +target=android-16 android.library.reference.1=../ActionBarSherlock/library/ android.library.reference.2=../Android-ViewPagerIndicator/library |