From d10b07c65201466558c3739b9fadbb4d25f8f8b4 Mon Sep 17 00:00:00 2001 From: ciscoRankush <119413473+ciscoRankush@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:58:06 +0530 Subject: [PATCH] Release 3.11.4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf2710d..215519f 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.11.3' + implementation 'com.ciscowebex:webexsdk:3.11.4' } ``` - For Meeting SDK ``` dependencies { - implementation 'com.ciscowebex:webexsdk-meeting:3.11.3' + implementation 'com.ciscowebex:webexsdk-meeting:3.11.4' } ``` - For WebexCalling SDK ``` dependencies { - implementation 'com.ciscowebex:webexsdk-wxc:3.11.3' + implementation 'com.ciscowebex:webexsdk-wxc:3.11.4' } ```