Ogame on Android: Fix build.
This commit is contained in:
parent
080cc708ed
commit
85a0488bb8
|
@ -1,7 +1,6 @@
|
|||
Provides:com.wikaba.ogapp
|
||||
AntiFeatures:NonFreeNet
|
||||
Categories:Games
|
||||
License:GPLv3+
|
||||
Web Site:https://github.com/afwang/ogame-android-app
|
||||
Source Code:https://github.com/afwang/ogame-android-app
|
||||
Issue Tracker:https://github.com/afwang/ogame-android-app/issues
|
||||
|
||||
|
@ -24,19 +23,14 @@ is '''NOT''' an official tool from Gameforge.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/afwang/ogame-android-app
|
||||
|
||||
Build:1.0,1
|
||||
commit=10cd66d95da0e157f1015c9fdd3a5558d9d94d3f
|
||||
srclibs=1:appcompat@ad5a63f
|
||||
prebuild=cp $$appcompat$$/libs/android-support-v4.jar libs/ && \
|
||||
cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs/
|
||||
target=android-21
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=v1.0.1
|
||||
srclibs=1:appcompat@ad5a63f
|
||||
srclibs=1:appcompat@ad5a63f,JSoup@jsoup-1.8.1.a
|
||||
rm=libs/*
|
||||
prebuild=mkdir libs/ && \
|
||||
cp $$appcompat$$/libs/android-support-v4.jar libs/ && \
|
||||
cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs/ && \
|
||||
pushd $$JSoup$$ && $$MVN3$$ package && popd && cp $$JSoup$$/target/jsoup-1.8.1.jar libs/
|
||||
target=android-21
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue