Only-IceSoul / JJUtils

create app faster with this utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JJUtils

create app faster with this utils

Usage

1.-Add it in your root build.gradle at the end of repositories:

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

2.- Add the dependency

dependencies {
	        implementation 'com.github.Only-IceSoul:JJUtils:1.9.0'
	}

LICENSE

Apache 2.0

About

create app faster with this utils

License:Apache License 2.0


Languages

Language:Kotlin 87.6%Language:Java 12.4%