Use blobs instead of raws
Using raws with Markdown is not appealing to the user and hard to read. Using blobs will render Markdown readable on GitLab itself. Requested from someone in Telegram group. Signed-off-by: marchingon12 <augustthegreat.cool@gmail.com>
This commit is contained in:
@@ -32,7 +32,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 TOS_URL = "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/TermsOfService.md"
|
||||
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"
|
||||
|
||||
const val NOTIFICATION_CHANNEL_ALERT = "NOTIFICATION_CHANNEL_ALERT"
|
||||
|
||||
Reference in New Issue
Block a user