Use https for shared URLs

Resolves : https://gitlab.com/AuroraOSS/AuroraStore/-/issues/652
This commit is contained in:
Rahul Kumar Patel
2021-05-27 00:08:37 +05:30
parent 4ad1fd3fb5
commit c530c223bf

View File

@@ -31,7 +31,7 @@ object Constants {
const val EXODUS_BASE_URL = "https://reports.exodus-privacy.eu.org/api/search/"
const val EXODUS_REPORT_URL = "https://reports.exodus-privacy.eu.org/reports/"
const val SHARE_URL = "http://play.google.com/store/apps/details?id="
const val SHARE_URL = "https://play.google.com/store/apps/details?id="
const val TOS_URL = "https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/TermsOfService.md"
const val UPDATE_URL = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/updates.json"