/My-Tags-Library

A simple implementation for the adding of tags like Github in Android

Primary LanguageKotlin

My-Tags-Library

A simple implementation for the adding of tags like Github in Android

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

dependencies {
	        implementation 'com.github.Kavya-24:My-Tags-Library:Tag'
}