Merge branch 'adsandroid' of https://gitlab.com/krt/fdroiddata
This commit is contained in:
commit
868f30cf08
|
@ -35,10 +35,10 @@ Build:1.4,5
|
|||
extlibs=jsoup/jsoup-1.6.3.jar
|
||||
|
||||
Build:1.5,6
|
||||
disable=broken
|
||||
commit=v1.5
|
||||
target=android-16
|
||||
extlibs=jsoup/jsoup-1.6.3.jar
|
||||
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
|
||||
|
|
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