Skip to content

Commit

Permalink
v4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekCometChat committed Apr 30, 2024
1 parent f87975d commit 9b741c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.cometchat.javasampleapp"
minSdk 21
targetSdk 33
versionCode 9
versionName "4.3.5"
versionCode 10
versionName "4.3.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [file_provider: "com.cometchat.javasampleapp"]
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.PlutoUiKitSampleApp"
android:theme="@style/Theme.JavaSampleApp"
tools:targetApi="31">
<activity
android:name=".activity.CreateUserActivity"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.PlutoUiKitSampleApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.JavaSampleApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/app_background_dark</item>
<item name="colorPrimaryVariant">@color/app_background_dark</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.PlutoUiKitSampleApp" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
<style name="Theme.JavaSampleApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/app_background</item>
<item name="colorPrimaryVariant">@color/app_background</item>
Expand Down

0 comments on commit 9b741c1

Please sign in to comment.