ADSDroid: Fix crash/build

This commit is contained in:
Boris Kraut 2014-05-11 15:19:08 +02:00
parent 4b94336879
commit 994e62c3d8
2 changed files with 21 additions and 0 deletions

View File

@ -40,6 +40,12 @@ Build:1.5,6
target=android-16
extlibs=jsoup/jsoup-1.6.3.jar
Build:1.5,6
commit=v1.5
target=android-16
srclibs=JSoup@jsoup-1.6.2
prebuild=mkdir libs && pushd $$JSoup$$ && mvn package && popd && cp $$JSoup$$/target/*jar libs/
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.5

15
srclibs/JSoup.txt Normal file
View File

@ -0,0 +1,15 @@
# Source details (the only mandatory fields)
Repo Type:git
Repo:https://github.com/jhy/jsoup.git
# Comma-separated list of subdirs to use. The first existing subdirectory
# found between those given will be used. If none is found or provided, the
# root of the repo directory will be used instead.
Subdir:
# Any extra commands to prepare the source library
Prepare:
# If given "Yes", "android update project -p ." will be executed
Update Project: