Skip to content

Commit 65ea9c3

Browse files
committed
Add MoviesmodProvider build.gradle.kts
1 parent 51b2cf5 commit 65ea9c3

2 files changed

Lines changed: 487 additions & 0 deletions

File tree

MoviesmodProvider/build.gradle.kts

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

0 commit comments

Comments
 (0)