Download Latest Version Fancy Toast v2.0.2.zip (366.4 kB)
Email in envelope

Get an email when there's a new version of FancyToast-Android

Home / 2.0.1
Name Modified Size InfoDownloads / 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'
}
Source: README.md, updated 2021-08-03