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
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