Releases: Shashank02051997/FancyToast-Android
Releases · Shashank02051997/FancyToast-Android
Fancy Toast v2.0.2
What's Changed
- Added Annotations by @rooparsh in #27
- Add some androidx annotations. by @ryuunoakaihitomi in #29
- Delete unimplemented test parts. by @ryuunoakaihitomi in #30
- Resolve "SwitchIntDef" lint. by @ryuunoakaihitomi in #28
New Contributors
- @rooparsh made their first contribution in #27
- @ryuunoakaihitomi made their first contribution in #29
Full Changelog: 2.0.1...2.02
Fancy Toast v2.0.1
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'
}
Fancy Toast v2.0.0
-Code refactored
Fancy Toast v0.1.8
Minor fixes
Fancy Toast v0.1.7
Migrated to AndroidX
Fancy Toast v0.1.6
Downgrade the lib to minimum API level 15
Fancy Toast v0.1.5
Added custom image with no android icon
FancyToast
Modify gradle version
FancyToast
0.1.3 Initial Commit
FancyToast
0.1.2 Initial Commit