mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
20 lines
412 B
Text
20 lines
412 B
Text
plugins {
|
|
id("org.jetbrains.kotlin.android")
|
|
}
|
|
version = 3
|
|
dependencies {
|
|
implementation("androidx.core:core-ktx:+")
|
|
}
|
|
|
|
cloudstream {
|
|
description = "Some LinkBox links are broken idk why"
|
|
authors = listOf( "ImZaw" )
|
|
|
|
language = "ar"
|
|
|
|
status = 1
|
|
|
|
tvTypes = listOf( "TvSeries" , "Movie", "Anime" )
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=tv.egydead.live&sz=%size%"
|
|
}
|