cloudstream-extensions-arabic/FajerShowProvider/build.gradle.kts

21 lines
369 B
Plaintext
Raw Normal View History

2023-02-15 19:30:24 +00:00
plugins {
id("org.jetbrains.kotlin.android")
}
version = 2
2023-02-15 19:30:24 +00:00
dependencies {
implementation("androidx.core:core-ktx:+")
}
2022-12-31 17:49:32 +00:00
cloudstream {
description = ""
authors = listOf( "ImZaw" )
2022-12-31 17:59:53 +00:00
language = "ar"
2022-12-31 17:49:32 +00:00
status = 1
tvTypes = listOf( "TvSeries" , "Movie" )
2022-12-31 18:01:32 +00:00
iconUrl = "https://www.google.com/s2/favicons?domain=https://fajer.show&sz=%size%"
2022-12-31 17:59:53 +00:00
}