diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-12 23:35:18 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-12 23:35:18 -0800 |
commit | 94d107dd07aec0f7b6380cf32fd26ee08b14d4d1 (patch) | |
tree | 1b105e83d29ee81b96c632973220490abfc6d73a | |
parent | dd8a70c728ba123c83131d79139e6c83754e2f33 (diff) | |
download | dsub-94d107dd07aec0f7b6380cf32fd26ee08b14d4d1.tar.gz dsub-94d107dd07aec0f7b6380cf32fd26ee08b14d4d1.tar.bz2 dsub-94d107dd07aec0f7b6380cf32fd26ee08b14d4d1.zip |
Updated SDK target to 4.4
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | Subsonic.iml | 4 | ||||
-rw-r--r-- | 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 @@ <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
- <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18"/>
+ <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
<supports-screens android:anyDensity="true" android:xlargeScreens="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
diff --git a/Subsonic.iml b/Subsonic.iml index cbfa6072..f7983073 100644 --- a/Subsonic.iml +++ b/Subsonic.iml @@ -13,11 +13,11 @@ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
</content>
+ <orderEntry type="library" name="libs1" level="project" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="libs1" level="project" />
- <orderEntry type="module" module-name="DragSortListView" />
<orderEntry type="module" module-name="appcompat" />
+ <orderEntry type="module" module-name="DragSortListView" />
</component>
</module>
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 |