Download Latest Version Material Dialog v2.2.3 source code.tar.gz (8.9 MB)
Email in envelope

Get an email when there's a new version of Material Dialogs for Android

Home / v2.1.1
Name Modified Size InfoDownloads / 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.* to dev.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'
}
Source: README.md, updated 2021-02-13