Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fancy Toast v2.0.1.tar.gz | 2021-08-03 | 338.6 kB | |
Fancy Toast v2.0.1.zip | 2021-08-03 | 370.8 kB | |
README.md | 2021-08-03 | 495 Bytes | |
Totals: 3 Items | 709.8 kB | 0 |
Major changes
- Library is available on MavenCentral
Add this in your root build.gradle
file (not your module build.gradle
file):
:::gradle
allprojects {
repositories {
...
mavenCentral()
}
}
Dependency
Add this to your module's build.gradle
file (make sure the version matches the JitPack badge above):
:::gradle
dependencies {
...
implementation 'io.github.shashank02051997:FancyToast:2.0.1'
}