
* Koharu: Moved to src/all | Fixed Spyfakku - Added 2 language options for Koharu: japanese and english - Spyfakku: use a cleaner api if available * Delete src/en/koharu directory * Fixed #5957 * Added Pururin | Koharu fixed language - Pururin: Added back, Fixed tags not showing properly - Koharu: Fixed "Multi" language search not showing anything, added Chinese language as an option * Fixed Tag Separation in Description - Fixed: tags were listed with spaces as the separator, instead of commas * Added Chinese language as an option - also: applied FourTOne5's suggestion - I forgor * Applied suggestion - Applied FourTOne5's suggestion * Deeplink support for mirror links
9 lines
158 B
Groovy
9 lines
158 B
Groovy
ext {
|
|
extName = 'SchaleNetwork'
|
|
extClass = '.KoharuFactory'
|
|
extVersionCode = 10
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|