From c451168f1bcbedf0aa64319ced8859d904f1a927 Mon Sep 17 00:00:00 2001 From: Nexus <79303560+Nexus-Gits@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:05:18 +0530 Subject: [PATCH] Create build.gradle.kts --- UncutMaza/build.gradle.kts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 UncutMaza/build.gradle.kts diff --git a/UncutMaza/build.gradle.kts b/UncutMaza/build.gradle.kts new file mode 100644 index 00000000..f39af81f --- /dev/null +++ b/UncutMaza/build.gradle.kts @@ -0,0 +1,18 @@ +version = 1 + +cloudstream { + authors = listOf("hexated") + language = "hi" + description = "We Provide Huge Colocation of Hindi Porn (Uncut) Web Series" + + /** + * Status int as the following: + * 0: Down + * 1: Ok + * 2: Slow + * 3: Beta only + **/ + status = 1 // will be 3 if unspecified + tvTypes = listOf("NSFW") + iconUrl = "https://www.google.com/s2/favicons?domain=uncutmaza.com&sz=%size%" +}