Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 299 Bytes

Kritesh-Toast

a First simple Library to show Toast in Center

Add it in your root build.gradle at the end of repositories:

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

dependencies { implementation 'com.github.kkkabariya:Kritesh-Toast:Tag' }