changed versioncode and disabled default dnssec check

This commit is contained in:
Arne 2021-05-22 16:01:27 +02:00
parent 19b2e8cb43
commit f4e2a693e1
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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>