https://github.com/sjjeong/dino-library?target=https://github.com
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
And add a this code to your module's build.gradle file.
dependencies {
implementation "com.github.hongbeomi:AndroidTemplate:${Tag}"
}