From 57b20385fd36584efa0ffb3d9ef4761b463287cf Mon Sep 17 00:00:00 2001 From: Kurt Hardin Date: Tue, 25 Sep 2012 12:39:39 -0700 Subject: Added ActionBarSherlock as submodule. --- .gitmodules | 3 +++ ActionBarSherlock | 1 + subsonic-android/project.properties | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 ActionBarSherlock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..0303afcf --- /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 00000000..9598f2bb --- /dev/null +++ b/ActionBarSherlock @@ -0,0 +1 @@ +Subproject commit 9598f2bb2ceed4a834cd5586a903f270ca4c0ccc diff --git a/subsonic-android/project.properties b/subsonic-android/project.properties index 0b3adc12..a39542f9 100644 --- a/subsonic-android/project.properties +++ b/subsonic-android/project.properties @@ -9,4 +9,4 @@ # Project target. target=android-15 -android.library.reference.1=../../ActionBarSherlock +android.library.reference.1=../ActionBarSherlock/library -- cgit v1.2.3