fix shortyz build
This commit is contained in:
parent
b04224630e
commit
3a6ba3bff9
|
@ -7,6 +7,9 @@ Issue Tracker:http://code.google.com/p/shortyz/issues/list
|
|||
Summary:Crossword game
|
||||
Description:
|
||||
Crossword game that downloads puzzles from a variety of internet locations.
|
||||
|
||||
Status: 3.2.1 isn't the Current Version (no source code for that), but
|
||||
it does fix the problems earlier versions had with Android 4.1.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
|
@ -17,8 +20,10 @@ Build Version:3.1.0,30100,1ce970a00083,subdir=shortyz,target=android-11,prebuild
|
|||
cd ../shortyz
|
||||
Build Version:3.1.7,30107,!No source code apparently
|
||||
|
||||
Build Version:3.2.1,30201,!Build error (at 0aa74b9d2bef),subdir=shortyz,target=android-11,prebuild=\
|
||||
cd ../puzlib && mvn package && mv target/*.jar ../shortyz/libs && rm -rf target &&\
|
||||
Build Version:3.2.1,30201,0aa74b9d2bef,subdir=shortyz,target=android-11,prebuild=\
|
||||
mkdir -p libs/ && rm -rf src/com/totsp/crossword/io/ src/com/totsp/crossword/puz/ && \
|
||||
cd ../puzlib && mvn package &&\
|
||||
mv target/*.jar ../shortyz/libs/ && rm -rf target &&\
|
||||
cd ../shortyz
|
||||
|
||||
Build Version:3.2.7,30207,!Can't find corresponding source
|
||||
|
|
Loading…
Reference in a new issue