diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-04-14 22:19:56 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-04-14 22:19:56 -0700 |
commit | 3091cb0084e159e7512ca09dcf89979693fc10b6 (patch) | |
tree | 3ab3d4da177e1163aaec4d8dba9b9736ee811d5b | |
parent | 6b7c6e769678a5b4c42d02da372664c4bd48f9c4 (diff) | |
download | dsub-3091cb0084e159e7512ca09dcf89979693fc10b6.tar.gz dsub-3091cb0084e159e7512ca09dcf89979693fc10b6.tar.bz2 dsub-3091cb0084e159e7512ca09dcf89979693fc10b6.zip |
Stop Android Studio from complaining
-rw-r--r-- | Subsonic.iml | 2 | ||||
-rw-r--r-- | project.properties | 4 |
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 |