Kavya-24 / My-Tags-Library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
}

About

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


Languages

Language:Kotlin 100.0%