Skip to content

haizerdev/Anzid_Utils_lib

Repository files navigation

Anzid_Utils_lib

Anzid Utils lib

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.Fantastic12:Anzid_Utils_lib:<VERSION>'
}