Wanted Lab Design System for Android
Visit https://montage.wanted.co.kr to view the documentation.
Montage Android is distributed via JitPack + Git tags.
settings.gradle.kts
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}build.gradle.kts
dependencies {
implementation("com.github.wanteddev:montage-android:latestVersion")
}Please refer to the GETTING_STARTED EN, GETTING_STARTED KR, for installation and usage instructions.
This project is licensed under the MIT License.