File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId = " com.cometchat.kotlinsampleapp"
12
12
minSdk = 21
13
13
targetSdk = 34
14
- versionCode = 1
15
- versionName = " 4.3.5 "
14
+ versionCode = 2
15
+ versionName = " 4.3.6 "
16
16
17
17
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
18
18
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
2
<!-- 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" >
4
4
<!-- Primary brand color. -->
5
5
<item name =" colorPrimary" >@color/app_background_dark</item >
6
6
<item name =" colorPrimaryVariant" >@color/app_background_dark</item >
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
2
<!-- 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" >
4
4
<!-- Primary brand color. -->
5
5
<item name =" colorPrimary" >@color/app_background</item >
6
6
<item name =" colorPrimaryVariant" >@color/app_background</item >
You can’t perform that action at this time.
0 commit comments