From 92c47b270486ec0c7cc76dc5c79e438da3a7f455 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sun, 5 Jan 2025 14:18:38 +0800 Subject: [PATCH] update maven repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 717e546..2d01bd1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ repositories { ```kotlin dependencies { - implementation("cn.rtast.kwsify:api:2.0.0") // 替换成最新版本 + implementation("cn.rtast:kwsify-api:2.0.0") // 替换成最新版本 } ```