chanu icon indicating copy to clipboard operation
chanu copied to clipboard

Pull dependencies from jcenter/mavenCentral

Open ghost opened this issue 9 years ago • 2 comments

Most of the used dependencies don't need to be included as a binary jar file, but can be pulled from known repositories like mavencentral or jcenter, e.g.:

compile "commons-io:commons-io:2.0.1"
compile "org.apache.commons:commons-lang3:3.3.1"
compile "com.nineoldandroids:library:2.4.0

ghost avatar Jan 20 '16 21:01 ghost

I just added this in on my local repo. This will be included in my next pull request.

Greznor avatar Jan 20 '16 22:01 Greznor

A little late but this has been added and is in the pending merge.

Greznor avatar Apr 29 '18 14:04 Greznor