Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 278 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 278 Bytes

SimpleDialog

Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

Step 2. Add the dependency dependencies { implementation 'com.github.chiu14578:SimpleDialog:1.0.6' }