From c7e68bbf344e13794d193131787b8b16e6815b58 Mon Sep 17 00:00:00 2001 From: Vivek Prajapati <96366205+vivekCometChat@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:34:24 +0530 Subject: [PATCH] v4.3.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1d97b3f..a447088 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { minSdk 21 targetSdk 33 versionCode 7 - versionName "1.0.6" + versionName "4.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" manifestPlaceholders = [file_provider: "com.cometchat.javasampleapp"] @@ -41,4 +41,4 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'com.cometchat:calls-sdk-android:4.0.2' -} \ No newline at end of file +}