Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 428 Bytes

beruniy-dialog

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}'
}