From c04d1e6805bd2e46ccfc64c5c907e29734deea6f Mon Sep 17 00:00:00 2001 From: Rohit Sharma <84565565+rohits5-cisco@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:47:59 +0530 Subject: [PATCH] Update README.md for Note section --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5194c6f..323e67b 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,15 @@ For example see [README](https://github.com/webex/webex-android-sdk/blob/master/ ## Note - Please update below constants in gradle.properties + Please update the below constant in gradle.properties + ``` + SCOPE="" + ``` + + Please update below constants in local.properties file ``` CLIENT_ID="" CLIENT_SECRET="" - SCOPE="" REDIRECT_URI="" + WEBHOOK_URL="" ```