diff --git a/metadata/hu.vsza.adsdroid.txt b/metadata/hu.vsza.adsdroid.txt index 8c5179a655..ffaad89a26 100644 --- a/metadata/hu.vsza.adsdroid.txt +++ b/metadata/hu.vsza.adsdroid.txt @@ -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 diff --git a/srclibs/JSoup.txt b/srclibs/JSoup.txt new file mode 100644 index 0000000000..9b0d76a8d9 --- /dev/null +++ b/srclibs/JSoup.txt @@ -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: +