2023-02-15 19:30:24 +00:00
|
|
|
plugins {
|
|
|
|
id("org.jetbrains.kotlin.android")
|
|
|
|
}
|
2023-02-01 15:29:55 +00:00
|
|
|
version = 5
|
2023-02-15 19:30:24 +00:00
|
|
|
dependencies {
|
|
|
|
implementation("androidx.core:core-ktx:+")
|
|
|
|
}
|
2022-08-16 20:11:46 +00:00
|
|
|
|
|
|
|
cloudstream {
|
2022-11-23 17:14:16 +00:00
|
|
|
description = "Not recommended for series."
|
2022-08-21 18:31:45 +00:00
|
|
|
authors = listOf( "Spoonge" )
|
|
|
|
|
|
|
|
language = "ar"
|
2022-08-16 20:11:46 +00:00
|
|
|
|
|
|
|
status = 1
|
|
|
|
|
2023-01-28 09:19:51 +00:00
|
|
|
tvTypes = listOf( "TvSeries" , "Movie" , "Anime" , "AsianDrama" )
|
2022-08-16 20:11:46 +00:00
|
|
|
|
2023-01-28 09:19:51 +00:00
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=movizland.online&sz=%size%"
|
2022-12-07 22:18:31 +00:00
|
|
|
}
|