[Android Library] Simple Library to create toast messages
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { implementation 'com.github.ho-dor:ToasterLibrary:1.0.1' }
ToasterMessage.toast(Context c, String message)