Skip to content

Commit acc1861

Browse files
v3.0.9-pluto.beta.1
1 parent 7189719 commit acc1861

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+125
-201
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can obtain your *APP_ID*, *AUTH_KEY* and *REGION_CODE* from [CometChat-Pro
4747
- Select demo users or enter the **UID** at the time of login once the app is launched.
4848

4949
<img align="center" width="100%" height="auto"
50-
src="https://files.readme.io/9f23df2-app_credentials.png">
50+
src="./Screenshots/credentials.png">
5151

5252
Build and run the Sample App.
5353
</hr>

Screenshots/credentials.png

26.6 KB
Loading

app/.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/.idea/gradle.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/.idea/misc.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ android {
66
compileSdk 32
77

88
defaultConfig {
9-
applicationId "com.cometchat.pro.plutouikitsampleapp"
9+
applicationId "com.cometchat.pro.javasampleapp"
1010
minSdk 21
1111
targetSdk 32
1212
versionCode 1
1313
versionName "1.0"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16-
manifestPlaceholders = [file_provider: "com.cometchat.pro.plutouikitsampleapp"]
16+
manifestPlaceholders = [file_provider: "com.cometchat.pro.javasampleapp"]
1717
}
1818

1919
buildTypes {

app/local.properties

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.cometchat.pro.plutouikitsampleapp;
1+
package com.cometchat.pro.javasampleapp;
22

33
import android.content.Context;
44

0 commit comments

Comments
 (0)