Merge branch 'blobs-patch-marchingon12' into 'master'
Use blobs instead of raws See merge request AuroraOSS/AuroraStore!84
This commit is contained in:
@@ -18,7 +18,7 @@ If you continue to use the Service after the revised Terms go into effect, then
|
|||||||
|
|
||||||
## Privacy Policy
|
## Privacy Policy
|
||||||
|
|
||||||
We have a privacy policy covering the collection, use, and disclosure of user information, which can be found at **https://gitlab.com/AuroraOSS/AuroraStore/POLICY.md**.
|
We have a privacy policy covering the collection, use, and disclosure of user information, which can be found at **https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/POLICY.md**.
|
||||||
|
|
||||||
## Copyright Policy
|
## Copyright Policy
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ We take intellectual property rights seriously, and by using a copyright policy
|
|||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
We have a disclaimer covering the use of our Service and the content within **Aurora Store**, which can be found at **https://gitlab.com/AuroraOSS/AuroraStore/DISCLAIMER.md**
|
We have a disclaimer covering the use of our Service and the content within **Aurora Store**, which can be found at **https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/DISCLAIMER.md**
|
||||||
|
|
||||||
## Third-Party Services
|
## Third-Party Services
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ object Constants {
|
|||||||
const val EXODUS_BASE_URL = "https://reports.exodus-privacy.eu.org/api/search/"
|
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 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 = "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 UPDATE_URL = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/updates.json"
|
||||||
|
|
||||||
const val NOTIFICATION_CHANNEL_ALERT = "NOTIFICATION_CHANNEL_ALERT"
|
const val NOTIFICATION_CHANNEL_ALERT = "NOTIFICATION_CHANNEL_ALERT"
|
||||||
|
|||||||
Reference in New Issue
Block a user