Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 507 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 507 Bytes

Android-Template


References

https://github.com/sjjeong/dino-library


🚀 How to use?

Gradle

Tag

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