hongbeomi / AndroidTemplate

✈️ It is a fast and easy Android utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

✈️ It is a fast and easy Android utility.

License:MIT License


Languages

Language:Kotlin 100.0%