From 09be2bc6285d8ade0a929729bcba1918a400050b Mon Sep 17 00:00:00 2001 From: VectorHex <151371495+VectorHex@users.noreply.github.com> Date: Sat, 23 Dec 2023 17:29:10 -0400 Subject: [PATCH] update StremioX/build.gradle.kts --- StremioX/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StremioX/build.gradle.kts b/StremioX/build.gradle.kts index c08ea2b1..a0533ae9 100644 --- a/StremioX/build.gradle.kts +++ b/StremioX/build.gradle.kts @@ -6,7 +6,7 @@ cloudstream { language = "en" // All of these properties are optional, you can safely remove them - description = "[!] Requires Setup \n- StremioX allows you to use stream addons \n- StremioC allows you to use catalog addons" + description = "[!] Requires Setup \n- StremioX allows you to use stream addons" authors = listOf("Hexated") /** @@ -22,5 +22,5 @@ cloudstream { "Movie", ) - iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/StremioX/icon.png" + iconUrl = "https://raw.githubusercontent.com/VectorHex/Xor/master/StremioX/icon.png" } \ No newline at end of file