File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " com.cometchat.javasampleapp"
1010 minSdk 21
1111 targetSdk 33
12- versionCode 9
13- versionName " 4.3.5 "
12+ versionCode 10
13+ versionName " 4.3.6 "
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 manifestPlaceholders = [file_provider : " com.cometchat.javasampleapp" ]
Original file line number Diff line number Diff line change 1717 android : requestLegacyExternalStorage =" true"
1818 android : roundIcon =" @mipmap/ic_launcher_round"
1919 android : supportsRtl =" true"
20- android : theme =" @style/Theme.PlutoUiKitSampleApp "
20+ android : theme =" @style/Theme.JavaSampleApp "
2121 tools : targetApi =" 31" >
2222 <activity
2323 android : name =" .activity.CreateUserActivity"
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
3- <style name =" Theme.PlutoUiKitSampleApp " parent =" Theme.MaterialComponents.DayNight.NoActionBar" >
3+ <style name =" Theme.JavaSampleApp " 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 >
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
3- <style name =" Theme.PlutoUiKitSampleApp " parent =" Theme.MaterialComponents.DayNight.NoActionBar.Bridge " >
3+ <style name =" Theme.JavaSampleApp " 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 >
You can’t perform that action at this time.
0 commit comments