Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 307 Bytes

ToastDialog

allprojects {

	repositories {
	
		
		maven { url 'https://jitpack.io' }
		
	}
	
}

dependencies {

     implementation 'com.github.HuanTanSheng:ToastDialog:Tag'
     
}