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