diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | ActionBarSherlock | 0 | ||||
-rw-r--r-- | subsonic-android/project.properties | 2 |
3 files changed, 4 insertions, 1 deletions
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 +Subproject 9598f2bb2ceed4a834cd5586a903f270ca4c0cc 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 |