From 94d107dd07aec0f7b6380cf32fd26ee08b14d4d1 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 12 Nov 2013 23:35:18 -0800 Subject: Updated SDK target to 4.4 --- AndroidManifest.xml | 2 +- Subsonic.iml | 4 ++-- project.properties | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 115f4eb5..d819c971 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,7 @@ - + diff --git a/Subsonic.iml b/Subsonic.iml index cbfa6072..f7983073 100644 --- a/Subsonic.iml +++ b/Subsonic.iml @@ -13,11 +13,11 @@ + - - + diff --git a/project.properties b/project.properties index 558f3a9e..73506e5d 100644 --- a/project.properties +++ b/project.properties @@ -8,6 +8,6 @@ # project structure. # Project target. -target=android-18 -android.library.reference.1=DragSortListView/library -android.library.reference.2=../../../../Program Files (x86)/Android/android-sdk/extras/android/support/v7/appcompat \ No newline at end of file +target=android-19 +android.library.reference.1=../../../../Program Files (x86)/Android/android-sdk/extras/android/support/v7/appcompat +android.library.reference.2=DragSortListView/library \ No newline at end of file -- cgit v1.2.3