We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201171b commit c7e68bbCopy full SHA for c7e68bb
app/build.gradle
@@ -10,7 +10,7 @@ android {
10
minSdk 21
11
targetSdk 33
12
versionCode 7
13
- versionName "1.0.6"
+ versionName "4.3.2"
14
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
manifestPlaceholders = [file_provider: "com.cometchat.javasampleapp"]
@@ -41,4 +41,4 @@ dependencies {
41
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
42
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
43
implementation 'com.cometchat:calls-sdk-android:4.0.2'
44
-}
+}
0 commit comments