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.
pull/1/head
Shaun Walbridge 11 years ago committed by Moxie Marlinspike
parent 99e3e596bb
commit 91dd558f7a

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

Loading…
Cancel
Save