Skip to content

Material Dialog v2.1.1

Compare
Choose a tag to compare
@PatilShreyas PatilShreyas released this 13 Feb 04:59
· 44 commits to master since this release
005fe20

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

repositories {
    mavenCentral()
}

dependencies {

    // Material Dialog Library
    implementation 'dev.shreyaspatil.MaterialDialog:MaterialDialog:2.1.1'
}