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.
This commit is contained in:
Shaun Walbridge 2013-10-02 02:27:06 -04:00 committed by Moxie Marlinspike
parent 99e3e596bb
commit 91dd558f7a
1 changed files with 2 additions and 1 deletions

View File

@ -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: