Merge branch 'fix/cp-2468-links-in-help-page-navigate-to-incorrect-places' into 'master'

Links in Help page navigate to incorrect pages

See merge request proton/mobile/android/proton-libs!472
This commit is contained in:
Jorge Martin 2021-11-24 12:41:54 +00:00
commit 0eb987fed7
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## Human Verification [1.16.4]
24 Nov, 2021
### Changes
- Fix the URLs in Human Verification Help screen.
## Plan [1.18.3]
22 Nov, 2021

View File

@ -23,7 +23,7 @@ plugins {
kotlin("android")
}
libVersion = Version(1, 16, 3)
libVersion = Version(1, 16, 4)
android()

View File

@ -18,6 +18,6 @@
-->
<resources>
<string name="manual_verification_link">https://protonmail.com</string>
<string name="verification_help_link">https://mail.protonmail.com</string>
<string name="manual_verification_link">https://protonmail.com/support-form</string>
<string name="verification_help_link">https://protonmail.com/support/knowledge-base/human-verification/</string>
</resources>