redirect to the https version of the donate website

This commit is contained in:
tibbi 2017-05-21 22:46:19 +02:00
parent 9c61a59874
commit 4b65e1b8dc

View file

@ -107,7 +107,7 @@ class AboutActivity : BaseSimpleActivity() {
private fun setupDonate() {
about_donate.setOnClickListener {
launchViewIntent("http://simplemobiletools.github.io/donate")
launchViewIntent("https://simplemobiletools.github.io/donate/")
}
about_donate.setTextColor(linkTextColor)
}