From 92dac3f09769521a2293812f6a82e0f7ba31bf22 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 28 Jul 2013 14:58:06 +0100 Subject: [PATCH] Added ABS submodule --- .gitmodules | 3 +++ ActionBarSherlock | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 ActionBarSherlock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0303afc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ActionBarSherlock"] + path = ActionBarSherlock + url = https://github.com/JakeWharton/ActionBarSherlock.git diff --git a/ActionBarSherlock b/ActionBarSherlock new file mode 160000 index 0000000..c0d437c --- /dev/null +++ b/ActionBarSherlock @@ -0,0 +1 @@ +Subproject commit c0d437ce4c47cb344e5d96414ffbf5f1a85c26d0