forked from mirror/monocles_chat
default blue read markers to true
This commit is contained in:
parent
9c6aae5ed5
commit
073c0f337c
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
|
||||
//versionNameSuffix " beta_(2023-09-25)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
//versionNameSuffix " GIT_(2023-09-26)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 136
|
||||
versionName "1.7.4"
|
||||
//resConfigs "en"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<resources>
|
||||
<bool name="show_avatar_incoming_call">true</bool>
|
||||
<bool name="confirm_delete_attachment">true</bool>
|
||||
<bool name="use_blue_readmarkers">false</bool>
|
||||
<bool name="use_blue_readmarkers">true</bool>
|
||||
<bool name="use_default_chatbg">true</bool>
|
||||
<bool name="use_custom_chatbg">false</bool>
|
||||
</resources>
|
Loading…
Reference in a new issue