File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,14 @@ Unleash the Power of Customization with AdvancedKits - The most advanced kits pl
99## API [ ![ ] ( https://jitpack.io/v/extremall-dev/AdvancedKitsAPI.svg )] ( https://jitpack.io/#extremall-dev/AdvancedKitsAPI )
1010How to get AdvancedKits API into your project:
1111
12- Replace ` VERSION ` with the current version of AdvancedKits. ([ Find here] ( https://api.spigotmc.org/legacy/update.php?resource=90054 ) )
13-
1412### Gradle:
1513``` groovy
1614repositories {
1715 maven { url 'https://jitpack.io' }
1816}
1917
2018dependencies {
21- compileOnly 'com.github.extremall-dev:AdvancedKitsAPI:VERSION '
19+ compileOnly 'com.github.extremall-dev:AdvancedKitsAPI:1.9.10 '
2220}
2321```
2422
@@ -35,7 +33,7 @@ dependencies {
3533 <dependency >
3634 <groupId >com.github.extremall-dev</groupId >
3735 <artifactId >AdvancedKitsAPI</artifactId >
38- <version >VERSION </version >
36+ <version >1.9.10 </version >
3937 <scope >provided</scope >
4038 </dependency >
4139</dependencies >
You can’t perform that action at this time.
0 commit comments