Skip to content

Commit e64538d

Browse files
v4.3.6
1 parent 0a75e79 commit e64538d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.cometchat.kotlinsampleapp"
1212
minSdk = 21
1313
targetSdk = 34
14-
versionCode = 1
15-
versionName = "4.3.5"
14+
versionCode = 2
15+
versionName = "4.3.6"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818

app/src/main/res/values-night/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Base.Theme.CometChatSampleAppKotlin" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
3+
<style name="Base.Theme.CometChatSampleAppKotlin" parent="Theme.MaterialComponents.DayNight.NoActionBar">
44
<!-- Primary brand color. -->
55
<item name="colorPrimary">@color/app_background_dark</item>
66
<item name="colorPrimaryVariant">@color/app_background_dark</item>

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Base.Theme.CometChatSampleAppKotlin" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
3+
<style name="Base.Theme.CometChatSampleAppKotlin" parent="Theme.MaterialComponents.DayNight.NoActionBar">
44
<!-- Primary brand color. -->
55
<item name="colorPrimary">@color/app_background</item>
66
<item name="colorPrimaryVariant">@color/app_background</item>

0 commit comments

Comments
 (0)