This is Simple Toast Library
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Step 2. Add the dependency
``` gradle
dependencies {
implementation 'com.github.NaveedAshraf1:toasty:Tag'
}