Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 247 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 247 Bytes

Dialog

工程gradle

allprojects {
    repositories {
        ...
        maven{
            url 'https://jitpack.io'
        }
    }
}

项目gradle

dependencies {
    ...
    compile 'com.github.lythonliu:dialog:1.0'
    ...
}