Set proper url's for Updater

* Now we should get update data from our links
This commit is contained in:
Martin Valba 2024-08-24 23:13:22 +03:00
parent 041dbd84dc
commit 932fc14dce

View File

@ -30,7 +30,8 @@
Optional placeholders replaced at runtime:
{device} - Device name
-->
<string name="updater_server_url" translatable="false">https://raw.githubusercontent.com/crdroidandroid/android_vendor_crDroidOTA/14.0/{device}.json</string>
<string name="updater_server_url" translatable="false">https://git.martinvlba.eu/PWN-Hunter/updates/raw/branch/pwn/{device}.json</string>
<string name="menu_changelog_url" translatable="false">https://git.martinvlba.eu/PWN-Hunter/updates/raw/branch/pwn/<xliff:g id="device_name">%1$s</xliff:g>_changelog.txt</string>
<string name="verification_failed_notification">Verification failed</string>
<string name="verifying_download_notification">Verifying update</string>
@ -82,7 +83,6 @@
<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://crdroid.net/<xliff:g id="device_name">%1$s</xliff:g>/10#changelog</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 crDroid Recovery updates on this device.</string>