From 91dd558f7afde0b9d781fafd85ec5dbd9c06b7bb Mon Sep 17 00:00:00 2001 From: Shaun Walbridge Date: Wed, 2 Oct 2013 02:27:06 -0400 Subject: [PATCH] ActionBarSherlock verisons now stored as tags The current release of `ActionBarSherlock` uses tags to store its relases, so the clone command fails. Instead, clone HEAD and switch to the 4.2.0 tag. --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 98a964bdfa..44e0c66ce2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -3,7 +3,8 @@ Building TextSecure Fetch ActionBarSherlock: - git clone --branch 4.2.0 git://github.com/JakeWharton/ActionBarSherlock.git ../ActionBarSherlock + git clone git://github.com/JakeWharton/ActionBarSherlock.git ../ActionBarSherlock + pushd ../ActionBarSherlock && git checkout 4.2.0 && popd Configure ActionBarSherlock for your android target: