From e926784aa41c1fcd43f5f9e8d1dd5de88fd99da2 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Tue, 12 Dec 2023 12:18:36 +0530 Subject: [PATCH] Updated version to 3.10.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39933cf..4ddd1cb 100644 --- a/README.md +++ b/README.md @@ -79,19 +79,19 @@ This demo support Android device with **Android 7.0** or later - For Full SDK ``` dependencies { - implementation 'com.ciscowebex:webexsdk:3.10.0' + implementation 'com.ciscowebex:webexsdk:3.10.1' } ``` - For Meeting SDK ``` dependencies { - implementation 'com.ciscowebex:webexsdk-meeting:3.10.0' + implementation 'com.ciscowebex:webexsdk-meeting:3.10.1' } ``` - For WebexCalling SDK ``` dependencies { - implementation 'com.ciscowebex:webexsdk-wxc:3.10.0' + implementation 'com.ciscowebex:webexsdk-wxc:3.10.1' } ```