From ce50a06a4acff370764c6e0211cb530845a6343b Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Tue, 20 Dec 2022 15:35:18 +0530 Subject: [PATCH] Update OTA domain from ecloud to murena --- res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 091debb9..efbb68fd 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -32,8 +32,8 @@ {type} - Build type {incr} - Incremental version --> - https://ota.ecloud.global/api/v1/{device}/{type}/{incr} - https://test.ota.ecloud.global/api/v1/{device}/{type}/{incr} + https://ota.murena.io/api/v1/{device}/{type}/{incr} + https://test.ota.murena.io/api/v1/{device}/{type}/{incr} Verification failed Verifying update -- GitLab