Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 350 Bytes

File metadata and controls

24 lines (17 loc) · 350 Bytes

Toasty

This is Simple Toast Library

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

``` gradle


	dependencies {
        implementation 'com.github.NaveedAshraf1:toasty:Tag'
}