UNPKG

is-toasty

Version:

Is the toasty?

22 lines (16 loc) 325 B
# Toasty Simple Toast Library > Step 1. Add the JitPack repository to your build file ...gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ... > Step 2. Add the dependency > ...gradle > dependencies { implementation 'com.github.umangpatell:toasty:Tag' }