From 9b7bd87986a1cf74027b2a62940318687f7e49df Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Fri, 22 Nov 2024 10:39:55 +0100 Subject: [PATCH] chore: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba717c7bb..c78acb55f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This is required by Github in order to import the package, even if it's from a p After that add to the dependencies in the app's `build.gradle.kts`: ```kotlin -implementation("io.zenoh:zenoh-kotlin-android:1.0.0") +implementation("org.eclipse.zenoh:zenoh-kotlin-android:1.0.0") ``` ### Platforms