shailuhari04 / Toaster-Library

A simple library to show toasts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toaster-Library

A simple library to show toasts

How to add library to your project

  • Step 1. Add project gradle file
allprojects {
   	repositories {
   		...
   		maven { url 'https://jitpack.io' }
   	}
   }
  • Step 2. Add app gradle under dependencies
implementation 'com.github.shailuhari04:Toaster-Library:Tag:0.1.0'

About

A simple library to show toasts


Languages

Language:Kotlin 100.0%