Update build.gradle.kts

This commit is contained in:
KingLucius 2023-07-18 12:54:48 +03:00
parent 076e71129b
commit 4ca7d6d47c

View file

@ -1,13 +1,13 @@
// use an integer for version numbers
version = 10
version = 3
cloudstream {
language = "tr"
language = "ar"
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Hexated")
description = "Yacien TV livestreams"
authors = listOf("KingLucius")
/**
* Status int as the following:
@ -18,9 +18,8 @@ cloudstream {
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"TvSeries",
"Movie",
"Live",
)
iconUrl = "https://www.google.com/s2/favicons?domain=hdfilmcehennemi.live&sz=%size%"
iconUrl = "https://raw.githubusercontent.com/KingLucius/cs-hx/master/YacienTVProvider/icon.png"
}