
* [Akuma] fix language filter * dev * fix typo * fix order * fix build bug * fix build bug again * fix build bug 3 * fix * change default value * fix property getter function * fix manga detail title
9 lines
140 B
Groovy
9 lines
140 B
Groovy
ext {
|
|
extName = 'Akuma'
|
|
extClass = '.AkumaFactory'
|
|
extVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|