From 02e4fefb40f0e73a294e075831d7f531afd94f60 Mon Sep 17 00:00:00 2001 From: Flyfish Xu <41728565+flyfishxu@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:27:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eadc45..6032696 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Kotlin based Android library to connect Android devices directly without ADB b ```kotlin dependencies { - implementation("dev.mobile:dadb:") + implementation("com.flyfishxu:kadb:") } ```