Project-ARTist / dexterous

Library and standalone CLI tool for apk/dex merging, repackaging and signing. Can also get used as a dex analyzer framework.
Other
48 stars 16 forks source link

Library distribution: JitPack #10

Open schrnz opened 5 years ago

schrnz commented 5 years ago

Given that we already build an Android library, we could as well publish so that it can be included in, e.g., a build.gradle file.

The fastest way to do so seems to be https://jitpack.io/, which automatically builds a project from a GitHub repo and exposes the result, given there is a certain task available. It should be straightforward to set this up, judging from the log at https://jitpack.io/#Project-ARTist/dexterous

sweisgerber-dev commented 5 years ago

agree, we should also try to publish in well-known repos, like:

https://bintray.com

which should be free for OSS