ANIKINKIRILL / cms-system-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cms-system-mobile

Installation

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven {
            url "https://jitpack.io"
            metadataSources {
                artifact()
            }
        }
    }
}

Add the dependency:

dependencies {
    implementation 'com.github.needkirem:cms-system-mobile:${latestVersion}'
    kapt 'com.github.needkirem:cms-system-mobile:${latestVersion}'
}

About


Languages

Language:Kotlin 100.0%