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()`).