9 lines
153 B
Groovy
9 lines
153 B
Groovy
![]() |
ext {
|
||
|
extName = 'Debrid Index'
|
||
|
extClass = '.DebridIndex'
|
||
|
extVersionCode = 1
|
||
|
containsNsfw = false
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|