子斗子 4060738822
[Akuma] fix language filter & add a preference for show short title (#4599)
* [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
2024-09-15 20:22:00 +01:00

9 lines
140 B
Groovy

ext {
extName = 'Akuma'
extClass = '.AkumaFactory'
extVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"