Coming Soon Material Dialogs Add library to Your project
Add it to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.mr-shoxruxbek:beruniy-dialog:{latest version}'
}