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 /project.properties | |
parent | 6b7c6e769678a5b4c42d02da372664c4bd48f9c4 (diff) | |
download | dsub-3091cb0084e159e7512ca09dcf89979693fc10b6.tar.gz dsub-3091cb0084e159e7512ca09dcf89979693fc10b6.tar.bz2 dsub-3091cb0084e159e7512ca09dcf89979693fc10b6.zip |
Stop Android Studio from complaining
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |