From effed79361f5c2b58ab069f37310706ddb1caa98 Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:36:19 +0100 Subject: [PATCH] Updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2ee257..e0295e8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This Android library exposes the `DailyVoiceClient` class, to connect to a Daily Add the following dependency to your `build.gradle` file: ``` -implementation "ai.rtvi:rtvi-client-android-daily:0.1.5" +implementation "ai.rtvi:rtvi-client-android-daily:0.2.0" ``` Instantiate from your code: @@ -32,4 +32,4 @@ client.start().withCallback { ``` `client.start()` (and other APIs) return a `Future`, which can give callbacks, or be awaited -using Kotlin Coroutines (`client.start().await()`). \ No newline at end of file +using Kotlin Coroutines (`client.start().await()`).