Skip to content

Commit e2fbcd2

Browse files
Update README.md
1 parent 37aab6b commit e2fbcd2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
1010
How 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
1614
repositories {
1715
maven { url 'https://jitpack.io' }
1816
}
1917
2018
dependencies {
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>

0 commit comments

Comments
 (0)