1 parent 51b2cf5 commit 65ea9c3Copy full SHA for 65ea9c3
2 files changed
MoviesmodProvider/build.gradle.kts
@@ -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