summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2021-09-23 12:47:56 +0800
committeralk3pInjection <webmaster@raspii.tech>2021-09-27 21:17:05 +0800
commit3de75087ebd9ad5a7bed480462a7de1e66a3dbf8 (patch)
tree80dac875cfc4b0470071a65c05054486bb3a316b
parent81dc120f098088a17ac2d0660b1d88decd214072 (diff)
Updater: Move to our self-hosted backendlineage-18.1
Change-Id: I81df1b1b426c22fde6ced1a8167019b9fd35a00d
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a94e8a3..6ee0f3f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -32,7 +32,7 @@
{type} - Build type
{incr} - Incremental version
-->
- <string name="updater_server_url" translatable="false">https://download.lineageos.org/api/v1/{device}/{type}/{incr}</string>
+ <string name="updater_server_url" translatable="false">https://otafsg-cost.project-ice.org/api/v1/{device}/{type}/{incr}</string>
<string name="verification_failed_notification">Verification failed</string>
<string name="verifying_download_notification">Verifying update</string>
@@ -75,7 +75,7 @@
<string name="menu_copy_url">Copy URL</string>
<string name="menu_export_update">Export update</string>
<string name="menu_show_changelog">Show changelog</string>
- <string name="menu_changelog_url" translatable="false">https://download.lineageos.org/<xliff:g id="device_name">%1$s</xliff:g>/changes</string>
+ <string name="menu_changelog_url" translatable="false">https://otafsg-cost.project-ice.org/changelog/<xliff:g id="device_name">%1$s</xliff:g></string>
<string name="menu_ab_perf_mode">Prioritize update process</string>
<string name="menu_update_recovery">Update recovery</string>
<string name="toast_forced_update_recovery">It is impossible to disable Lineage Recovery updates on this device.</string>