mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
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:
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…
Reference in New Issue
Block a user