mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
specify branch (likely unnecessary)
This commit is contained in:
parent
01bbee3a8c
commit
0f01ede7bd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ while [ $# -ge 1 ]; do
|
|||
shift
|
||||
done
|
||||
|
||||
git clone https://github.com/eehouse/xwords.git
|
||||
git clone --branch android_branch https://github.com/eehouse/xwords.git
|
||||
cd xwords/xwords4/android
|
||||
./gradlew asXw4dDeb
|
||||
|
||||
|
|
Loading…
Reference in a new issue