Skip to content

Commit

Permalink
Full flavor made as the default lib to use
Browse files Browse the repository at this point in the history
  • Loading branch information
rohits5-cisco committed Jun 19, 2023
1 parent e1e6e63 commit 535a099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ android {
dependencies {

// At a time only one WebexSDK should be used.
implementation 'com.ciscowebex:webexsdk-wxc:3.9.1' //For webexCalling flavor
implementation 'com.ciscowebex:webexsdk:3.9.1' // For full flavor
// implementation 'com.ciscowebex:webexsdk-wxc:3.9.1' //For webexCalling flavor
//implementation 'com.ciscowebex:webexsdk-meeting:3.9.1' // For meeting flavor
//implementation 'com.ciscowebex:webexsdk:3.9.1' // For full flavor
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation Dependencies.kotlinStdLib
implementation Dependencies.coreKtx
Expand Down

0 comments on commit 535a099

Please sign in to comment.