bapeey eab806d5b1
IkigaiMangas: Fix pages not found (#11269)
add nsfw cookie only when needed
2025-11-22 22:17:52 +00:00

9 lines
149 B
Groovy

ext {
extName = 'Ikigai Mangas'
extClass = '.IkigaiMangas'
extVersionCode = 28
isNsfw = true
}
apply from: "$rootDir/common.gradle"