forked from 2009Scape/Server
Updated the dependency "org.jetbrains:markdown-jvm:0.2.0" to the newer "org.jetbrains:markdown-jvm:0.2.4" on the Client's and Server's build.gradle.
You can now use things like "5m" for amounts in trade, GE and bank interfaces.
This commit is contained in:
parent
8dd806214c
commit
557198b6cb
5 changed files with 10 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ dependencies {
|
|||
implementation 'com.github.Vatuu:discord-rpc:1.6.2'
|
||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
implementation("com.github.ajalt.mordant:mordant:2.0.0-alpha2")
|
||||
implementation "org.jetbrains:markdown:0.2.0"
|
||||
implementation "org.jetbrains:markdown:0.2.4"
|
||||
implementation files('libs/clientlibs.jar')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue