Skip to content

ssseasonnn/GlovesOfHaste

Repository files navigation

GlovesOfHaste

How to use

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

    dependencies {
            // use latest version instead
	       implementation 'com.github.ssseasonnn:GlovesOfHaste:${latest_version}'
	}