I found a nice open library on GitHub, I imported it into my Android Studio project using Gradle dependencies, but then I realized I need to make little modifications on it.
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.yourgithubusername'
and open the root gradle file and add:
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
implementation 'com.github.username:repo:tag'