2024-09-15 20:22:00 +01:00

11 lines
212 B
Groovy

ext {
extName = 'YANP Fansub'
extClass = '.YANPFansub'
themePkg = 'madara'
baseUrl = 'https://trisalyanp.com'
overrideVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"