From ceeb3f21814bccd78dbe5fe4a6047fd8fd7b4155 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Tue, 30 Sep 2025 15:10:51 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b88be..77ebbf8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ kotlin { sourceSets { commonMain.dependencies { - implementation("cn.rtast.nmdns:native-mdns:0.0.2") + implementation("cn.rtast.nmdns:native-mdns:") } } }