We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ba3cd commit e926784Copy full SHA for e926784
README.md
@@ -79,19 +79,19 @@ This demo support Android device with **Android 7.0** or later
79
- For Full SDK
80
```
81
dependencies {
82
- implementation 'com.ciscowebex:webexsdk:3.10.0'
+ implementation 'com.ciscowebex:webexsdk:3.10.1'
83
}
84
85
- For Meeting SDK
86
87
88
- implementation 'com.ciscowebex:webexsdk-meeting:3.10.0'
+ implementation 'com.ciscowebex:webexsdk-meeting:3.10.1'
89
90
91
- For WebexCalling SDK
92
93
94
- implementation 'com.ciscowebex:webexsdk-wxc:3.10.0'
+ implementation 'com.ciscowebex:webexsdk-wxc:3.10.1'
95
96
97
0 commit comments