From af164f21b98df0455f8db8bc61e3fd7d748ed933 Mon Sep 17 00:00:00 2001
From: Mangesh Yadav <35561381+yadavmangesh@users.noreply.github.com>
Date: Wed, 23 Oct 2019 18:08:41 +0530
Subject: [PATCH] Update README.md
---
README.md | 38 +++++++++++++++++++++++++++++++++-----
1 file changed, 33 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index af04a587..a3144a29 100755
--- a/README.md
+++ b/README.md
@@ -31,7 +31,35 @@ CometChat Android Demo app (built using **CometChat Pro**) is a fully functional
Simply Clone the project from android-java-chat-app repository and open in Android Studio.
Build the Demo App and it will be ready to Run
+ ## v2 Apps
+To run our open source app with CometChat Pro v2, follow these steps:
+
+1. Navigate to v2 folder
+
+- modify *APP_ID* and *API_KEY* with your own **ApiKey** , **AppId** and **REGION**
+
+ `public static final String APP_ID = "XXXXXXXXX";`
+
+ ` public static final String API_KEY = "XXXXXXXXX";`
+
+ `public static final String REGION = "XXXXXXXXX";`
+
+2. Build and run the Sample App.
+
+## v1 Apps
+
+To run our open source app with CometChat Pro v1, follow these steps:
+
+1. Navigate to v1 folder
+
+- modify *APP_ID* and *API_KEY* with your own **ApiKey** and **AppId**
+
+ `public static final String APP_ID = "XXXXXXXXX";`
+
+ ` public static final String API_KEY = "XXXXXXXXX";`
+
+2. Build and run the Sample App.
@@ -76,19 +104,19 @@ CometChat Android Demo app (built using **CometChat Pro**) is a fully functional
## Screenshots
-
+
-
+
-
+
-
+
-` `
+` `
## Contribute