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 /project.properties | |
parent | dd8a70c728ba123c83131d79139e6c83754e2f33 (diff) | |
download | dsub-94d107dd07aec0f7b6380cf32fd26ee08b14d4d1.tar.gz dsub-94d107dd07aec0f7b6380cf32fd26ee08b14d4d1.tar.bz2 dsub-94d107dd07aec0f7b6380cf32fd26ee08b14d4d1.zip |
Updated SDK target to 4.4
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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 |