is-toasty
v1.0.0
Published
Is the toasty?
Downloads
1
Readme
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'
}