Skip to content

Commit f6ce3ab

Browse files
Merge pull request #76 from webex/Release/3.11.1
Release/3.11.1
2 parents bd8568c + 276e23e commit f6ce3ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ This demo support Android device with **Android 7.0** or later
7979
- For Full SDK
8080
```
8181
dependencies {
82-
implementation 'com.ciscowebex:webexsdk:3.11.0'
82+
implementation 'com.ciscowebex:webexsdk:3.11.1'
8383
}
8484
```
8585
- For Meeting SDK
8686
```
8787
dependencies {
88-
implementation 'com.ciscowebex:webexsdk-meeting:3.11.0'
88+
implementation 'com.ciscowebex:webexsdk-meeting:3.11.1'
8989
}
9090
```
9191
- For WebexCalling SDK
9292
```
9393
dependencies {
94-
implementation 'com.ciscowebex:webexsdk-wxc:3.11.0'
94+
implementation 'com.ciscowebex:webexsdk-wxc:3.11.1'
9595
}
9696
```
9797

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
applicationId "com.cisco.sdk_android"
3333
minSdkVersion Versions.minSdk
3434
targetSdkVersion Versions.targetSdk
35-
versionCode 3110000
36-
versionName "3.11.0"
35+
versionCode 3110100
36+
versionName "3.11.1"
3737

3838
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3939

@@ -120,9 +120,9 @@ android {
120120
dependencies {
121121

122122
//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
126126

127127
implementation fileTree(dir: "libs", include: ["*.jar"])
128128
implementation Dependencies.kotlinStdLib

0 commit comments

Comments
 (0)