Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 4fe57e1

Browse files
authored
Update README.md
1 parent d2f7821 commit 4fe57e1

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66
### Join [Our Discord](https://discord.gg/52MtBDp) to keep updated.
77
[![Discord](https://img.shields.io/badge/Chat-%20on%20Discord-738bd7.svg?style=flat-square)](https://discord.gg/52MtBDp) [![Downloads](https://img.shields.io/github/downloads/OlympicCode/vHackAPI-Java/total.svg?style=flat-square)]()
88
#
9+
#### Gradle configuration
10+
```
11+
repositories {
12+
jcenter()
13+
maven { url "https://jitpack.io" }
14+
}
15+
dependencies {
16+
compile 'net.olympiccode:vHackOSAPI-Java:dev-SNAPSHOT'
17+
}
18+
```
919
##### Current API progress:
1020
- [x] Base request system
1121
- [x] Basic status retrieving
1222
- [X] App upgrading & installing
13-
- [ ] Update boosting and finishing
14-
- [ ] Exploiting, remote notepad editing and bruteforcing
15-
- [ ] Logging in and grabbing money
23+
- [X] Update boosting and finishing
24+
- [X] Exploiting, remote notepad editing and bruteforcing
25+
- [X] Logging in and grabbing money
1626
- [ ] Mission completing
27+

0 commit comments

Comments
 (0)