File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,19 +79,19 @@ This demo support Android device with **Android 7.0** or later
79
79
- For Full SDK
80
80
```
81
81
dependencies {
82
- implementation 'com.ciscowebex:webexsdk:3.11.0 '
82
+ implementation 'com.ciscowebex:webexsdk:3.11.1 '
83
83
}
84
84
```
85
85
- For Meeting SDK
86
86
```
87
87
dependencies {
88
- implementation 'com.ciscowebex:webexsdk-meeting:3.11.0 '
88
+ implementation 'com.ciscowebex:webexsdk-meeting:3.11.1 '
89
89
}
90
90
```
91
91
- For WebexCalling SDK
92
92
```
93
93
dependencies {
94
- implementation 'com.ciscowebex:webexsdk-wxc:3.11.0 '
94
+ implementation 'com.ciscowebex:webexsdk-wxc:3.11.1 '
95
95
}
96
96
```
97
97
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ android {
32
32
applicationId " com.cisco.sdk_android"
33
33
minSdkVersion Versions . minSdk
34
34
targetSdkVersion Versions . targetSdk
35
- versionCode 3110000
36
- versionName " 3.11.0 "
35
+ versionCode 3110100
36
+ versionName " 3.11.1 "
37
37
38
38
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
39
39
@@ -120,9 +120,9 @@ android {
120
120
dependencies {
121
121
122
122
// At a time only one WebexSDK should be used.
123
- implementation ' com.ciscowebex:webexsdk:3.11.0 ' // For full flavor
124
- // implementation 'com.ciscowebex:webexsdk-wxc:3.11.0 ' //For webexCalling flavor
125
- // implementation 'com.ciscowebex:webexsdk-meeting:3.11.0 ' // For meeting flavor
123
+ implementation ' com.ciscowebex:webexsdk:3.11.1 ' // For full flavor
124
+ // implementation 'com.ciscowebex:webexsdk-wxc:3.11.1 ' //For webexCalling flavor
125
+ // implementation 'com.ciscowebex:webexsdk-meeting:3.11.1 ' // For meeting flavor
126
126
127
127
implementation fileTree(dir : " libs" , include : [" *.jar" ])
128
128
implementation Dependencies . kotlinStdLib
You can’t perform that action at this time.
0 commit comments