If you put your code on GitHub, then sharing files with JitPack is easy.
Your users just have to add the repository to their build.gradle file:
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
and then your GitHub repository as a dependency:
dependencies {
compile 'com.github.YourUsername:Repo:Release'
}
JitPack maven Maven Central. , . JitPack GitHub . GitHub, .
, Android.