/FastToast

How to create simple library?

Primary LanguageKotlin

FastToast

How to use?

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.agamkoradiya:FastToast:0.0.1'
	}