| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Material Dialog v2.1.1 source code.tar.gz | 2021-02-13 | 8.9 MB | |
| Material Dialog v2.1.1 source code.zip | 2021-02-13 | 9.0 MB | |
| README.md | 2021-02-13 | 419 Bytes | |
| Totals: 3 Items | 17.9 MB | 0 | |
Major changes
- Changes in Package:
com.shreyaspatil.*todev.shreyaspatil.*. - Library is available on MavenCentral
How to use the library from maven central? See below snippet
:::groovy
repositories {
mavenCentral()
}
dependencies {
// Material Dialog Library
implementation 'dev.shreyaspatil.MaterialDialog:MaterialDialog:2.1.1'
}