diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-02-15 21:45:52 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-02-15 21:45:52 -0800 |
commit | e4ce03c6f1c3fb5ec48fcefbf814d83a1d5090f4 (patch) | |
tree | 643b13315b187ae4126dac0adfc9d8e29b49b2ed /.gitmodules | |
parent | b742b1974283d021678d25ea87064176c47e5095 (diff) | |
download | dsub-e4ce03c6f1c3fb5ec48fcefbf814d83a1d5090f4.tar.gz dsub-e4ce03c6f1c3fb5ec48fcefbf814d83a1d5090f4.tar.bz2 dsub-e4ce03c6f1c3fb5ec48fcefbf814d83a1d5090f4.zip |
Added drag-sort-listview library
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 0303afcf..1d77a2e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ActionBarSherlock"] path = ActionBarSherlock - url = https://github.com/JakeWharton/ActionBarSherlock.git + url = https://github.com/JakeWharton/ActionBarSherlock.git
+[submodule "DragSortListView"] + path = DragSortListView + url = https://github.com/bauerca/drag-sort-listview.git |