aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Subsonic.iml2
-rw-r--r--project.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/Subsonic.iml b/Subsonic.iml
index 5bbad9d3..f67a3c92 100644
--- a/Subsonic.iml
+++ b/Subsonic.iml
@@ -19,8 +19,8 @@
<orderEntry type="library" name="libs1" level="project" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="appcompat" />
<orderEntry type="module" module-name="DragSortListView" />
+ <orderEntry type="module" module-name="appcompat" />
<orderEntry type="module" module-name="mediarouter" />
<orderEntry type="library" name="google-player-services" level="project" />
<orderEntry type="module" module-name="google-play-services_lib" />
diff --git a/project.properties b/project.properties
index d03eb683..819e411a 100644
--- a/project.properties
+++ b/project.properties
@@ -9,8 +9,8 @@
# Project target.
target=android-19
-android.library.reference.1=../../../../Program Files (x86)/Android/android-sdk/extras/android/support/v7/appcompat
-android.library.reference.2=DragSortListView/library
+android.library.reference.1=DragSortListView/library
+android.library.reference.2=../../../../Program Files (x86)/Android/android-sdk/extras/android/support/v7/appcompat
android.library.reference.3=../../../../Program Files (x86)/Android/android-sdk/extras/android/support/v7/mediarouter
android.library.reference.4=../../../../Program Files (x86)/Android/android-sdk/extras/google/google_play_services/libproject/google-play-services_lib
android.library.reference.5=ServerProxy \ No newline at end of file