diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-02-21 23:14:07 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-02-21 23:14:07 -0800 |
commit | a8d3785fc7685b097f305caedfc2f66aaaba6aee (patch) | |
tree | d8d7c3388110a4afeeca354fb8b60a528a21af70 /project.properties | |
parent | 577841fecac712cbd4085fc5393395d7e2862c1e (diff) | |
download | dsub-a8d3785fc7685b097f305caedfc2f66aaaba6aee.tar.gz dsub-a8d3785fc7685b097f305caedfc2f66aaaba6aee.tar.bz2 dsub-a8d3785fc7685b097f305caedfc2f66aaaba6aee.zip |
Use a separately maintained library for proxy connections
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.properties b/project.properties index 80f83a52..d03eb683 100644 --- a/project.properties +++ b/project.properties @@ -12,4 +12,5 @@ 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.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
\ No newline at end of file +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 |