From 86c70834d2981bc85cf8adf3855e0a4bfb71c578 Mon Sep 17 00:00:00 2001 From: bot-api-video Date: Tue, 8 Oct 2024 09:15:42 +0000 Subject: [PATCH] Add transcript feature --- sdks/api-clients/apivideo-android-client.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdks/api-clients/apivideo-android-client.md b/sdks/api-clients/apivideo-android-client.md index 03f3e54..6b502bf 100644 --- a/sdks/api-clients/apivideo-android-client.md +++ b/sdks/api-clients/apivideo-android-client.md @@ -31,7 +31,7 @@ Add this dependency to your project's POM: video.api android-api-client - 1.6.3 + 1.6.4 compile ``` @@ -41,7 +41,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -implementation "video.api:android-api-client:1.6.3" +implementation "video.api:android-api-client:1.6.4" ``` #### Others @@ -54,7 +54,7 @@ mvn clean package Then manually install the following JARs: -* `target/android-api-client-1.6.3.jar` +* `target/android-api-client-1.6.4.jar` * `target/lib/*.jar` ### Code sample