cloudstream-extensions-hexated/SoraStream/build.gradle.kts

40 lines
962 B
Plaintext
Raw Normal View History

2023-04-21 17:05:06 +00:00
import org.jetbrains.kotlin.konan.properties.Properties
2022-10-15 15:26:51 +00:00
// use an integer for version numbers
2023-04-22 07:30:47 +00:00
version = 122
2023-04-21 17:05:06 +00:00
android {
defaultConfig {
2023-04-22 08:40:55 +00:00
// val properties = Properties()
// properties.load(project.rootProject.file("local.properties").inputStream())
//
// buildConfigField("String", "SORA_API", "\"${properties.getProperty("SORA_API")}\"")
2023-04-21 17:05:06 +00:00
2022-10-15 15:26:51 +00:00
2023-04-21 17:05:06 +00:00
}
}
2022-10-15 15:26:51 +00:00
cloudstream {
language = "en"
// All of these properties are optional, you can safely remove them
description = "#1 best extention based on MultiAPI"
2022-10-15 15:26:51 +00:00
authors = listOf("Hexated", "Sora")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"AsianDrama",
"TvSeries",
"Anime",
"Movie",
)
2022-10-15 15:28:01 +00:00
iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/SoraStream/Icon.png"
2022-10-15 15:26:51 +00:00
}