add Chisu playlist functions

- add Websocket
- add API
- version up to 1.2.0
This commit is contained in:
dalbodeule
2024-08-04 14:09:11 +09:00
parent dc81bb09f2
commit 91573a4048
7 changed files with 146 additions and 7 deletions

View File

@@ -34,6 +34,9 @@ dependencies {
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
implementation("com.squareup.okhttp3:okhttp:4.12.0")
// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation("com.google.code.gson:gson:2.11.0")
testImplementation(kotlin("test"))
}