Skip to content

Commit c70a1ce

Browse files
committed
Add JustAnimeProvider extension (build.gradle.kts)
1 parent ec362db commit c70a1ce

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

JustAnimeProvider/build.gradle.kts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
plugins {
2+
id("com.android.library")
3+
id("kotlin-android")
4+
id("com.lagradost.cloudstream3.gradle")
5+
}
6+
7+
version = 1
8+
9+
cloudstream {
10+
description = "JustAnime Extension"
11+
authors = listOf("Codegeasse")
12+
status = 1
13+
tvTypes = listOf("Anime", "AnimeMovie", "Movie", "TvSeries")
14+
iconUrl = "https://www.google.com/s2/favicons?domain=justanime.to&sz=%size%"
15+
}
16+
17+
android {
18+
namespace = "com.justanime"
19+
compileSdk = 33
20+
defaultConfig {
21+
minSdk = 21
22+
}
23+
}
24+
25+
dependencies {
26+
implementation("org.json:json:20230227")
27+
}

0 commit comments

Comments
 (0)