Skip to content

Commit

Permalink
Merge pull request #61 from webex/Release/3.9.1
Browse files Browse the repository at this point in the history
Added WEBHOOK_URL build config and udpated build.gradle file
  • Loading branch information
knamoach authored Jun 19, 2023
2 parents 72413ec + 535a099 commit 3883061
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ android {
}

dependencies {
// implementation(project(path: ":sdk"))
implementation 'com.ciscowebex:webexsdk:3.9.1'

// At a time only one WebexSDK should be used.
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 fileTree(dir: "libs", include: ["*.jar"])
implementation Dependencies.kotlinStdLib
implementation Dependencies.coreKtx
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ REDIRECT_URI=""

FEDRAMP_CLIENT_ID=""
FEDRAMP_CLIENT_SECRET=""
FEDRAMP_REDIRECT_URI=""
FEDRAMP_REDIRECT_URI=""

WEBHOOK_URL=""

0 comments on commit 3883061

Please sign in to comment.