11 lines
175 B
Groovy
11 lines
175 B
Groovy
![]() |
ext {
|
||
|
extName = 'ShabakatyCinemana'
|
||
|
extClass = '.ShabakatyCinemana'
|
||
|
extVersionCode = 1
|
||
|
isNsfw = false
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
}
|