8 lines
147 B
Groovy
8 lines
147 B
Groovy
ext {
|
|
extName = 'OgladajAnime'
|
|
extClass = '.OgladajAnime'
|
|
extVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|