diff --git a/sdks/livestream/apivideo-android-livestream-module.md b/sdks/livestream/apivideo-android-livestream-module.md index cb50ac88..4c7200d5 100644 --- a/sdks/livestream/apivideo-android-livestream-module.md +++ b/sdks/livestream/apivideo-android-livestream-module.md @@ -3,12 +3,14 @@ title: Android live stream module meta: description: The official Android live stream module for api.video. [api.video](https://api.video/) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app. --- + # api.video Android Live stream module -[api.video](https://api.video/) is the video infrastructure for product builders. Lightning fast -video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in -your app. +[api.video](https://api.video/) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app. ## Project description @@ -24,7 +26,7 @@ On build.gradle add the following code in dependencies: ```groovy dependencies { - implementation 'video.api:android-live-stream:1.0.2' + implementation 'video.api:android-live-stream:1.3.1' } ```