Launcher now has a settings menu for the client. Pog.

This commit is contained in:
ceikry 2021-08-05 14:58:24 -05:00
parent 6d6bcf62f4
commit 89f6904604
14 changed files with 514 additions and 1 deletions

View file

@ -13,6 +13,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation 'org.jsoup:jsoup:1.14.1'
implementation files("libs/json-simple-1.1.1.jar")
}
jar {