ADSDroid: Fix crash/build
This commit is contained in:
parent
4b94336879
commit
994e62c3d8
|
@ -40,6 +40,12 @@ Build:1.5,6
|
||||||
target=android-16
|
target=android-16
|
||||||
extlibs=jsoup/jsoup-1.6.3.jar
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.5
|
Current Version:1.5
|
||||||
|
|
15
srclibs/JSoup.txt
Normal file
15
srclibs/JSoup.txt
Normal 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:
|
||||||
|
|
Loading…
Reference in a new issue