From 554057af248d0fb71ee137b7cf821c6ace74eef1 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Tue, 20 Dec 2022 15:34:49 +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 e41995b3..9b291d38 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -33,8 +33,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