Skip to content

Fancy Toast v2.0.1

Compare
Choose a tag to compare
@Shashank02051997 Shashank02051997 released this 03 Aug 07:42
· 14 commits to master since this release
92f0773

Major changes

  • Library is available on MavenCentral

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
	repositories {
		...
		mavenCentral()
	}
}

Dependency

Add this to your module's build.gradle file (make sure the version matches the JitPack badge above):

dependencies {
	...
	implementation 'io.github.shashank02051997:FancyToast:2.0.1'
}