/Toasting-Library

Toasting Library

Primary LanguageKotlinOtherNOASSERTION

Toasting-Library

Toasting Library is here

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

dependencies {
        implementation 'com.github.hypersoftbhatti:Toasting-Library:1.0.1'
}