Skip to content

Commit

Permalink
Merge pull request #76 from webex/Release/3.11.1
Browse files Browse the repository at this point in the history
Release/3.11.1
  • Loading branch information
rohits5-cisco committed Apr 8, 2024
2 parents bd8568c + 276e23e commit f6ce3ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
implementation 'com.ciscowebex:webexsdk:3.11.1'
}
```
- For Meeting SDK
```
dependencies {
implementation 'com.ciscowebex:webexsdk-meeting:3.11.0'
implementation 'com.ciscowebex:webexsdk-meeting:3.11.1'
}
```
- For WebexCalling SDK
```
dependencies {
implementation 'com.ciscowebex:webexsdk-wxc:3.11.0'
implementation 'com.ciscowebex:webexsdk-wxc:3.11.1'
}
```

Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "com.cisco.sdk_android"
minSdkVersion Versions.minSdk
targetSdkVersion Versions.targetSdk
versionCode 3110000
versionName "3.11.0"
versionCode 3110100
versionName "3.11.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -120,9 +120,9 @@ android {
dependencies {

//At a time only one WebexSDK should be used.
implementation 'com.ciscowebex:webexsdk:3.11.0' // For full flavor
//implementation 'com.ciscowebex:webexsdk-wxc:3.11.0' //For webexCalling flavor
//implementation 'com.ciscowebex:webexsdk-meeting:3.11.0' // For meeting flavor
implementation 'com.ciscowebex:webexsdk:3.11.1' // For full flavor
//implementation 'com.ciscowebex:webexsdk-wxc:3.11.1' //For webexCalling flavor
//implementation 'com.ciscowebex:webexsdk-meeting:3.11.1' // For meeting flavor

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

0 comments on commit f6ce3ab

Please sign in to comment.