forked from mirror/monocles_chat
changed versioncode and disabled default dnssec check
This commit is contained in:
parent
19b2e8cb43
commit
f4e2a693e1
2 changed files with 3 additions and 3 deletions
|
@ -115,8 +115,8 @@ android {
|
|||
targetSdkVersion 29
|
||||
|
||||
//versionNameSuffix " beta_(2021-04-10)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 100
|
||||
versionName "1.0"
|
||||
versionCode 101
|
||||
versionName "1.1"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<bool name="use_invidious">false</bool>
|
||||
<string name="invidious_host">monocles.live</string>
|
||||
<bool name="plain_text_logs">false</bool>
|
||||
<bool name="validate_hostname">true</bool>
|
||||
<bool name="validate_hostname">false</bool>
|
||||
<bool name="show_foreground_service">true</bool>
|
||||
<bool name="warn_unencrypted_chat">true</bool>
|
||||
<bool name="hide_you_are_not_participating">false</bool>
|
||||
|
|
Loading…
Add table
Reference in a new issue