2024-06-03 05:43:23 +01:00

11 lines
233 B
Groovy

ext {
extName = 'Pied Piper Fansubyy'
extClass = '.PiedPiperFansubyy'
themePkg = 'madara'
baseUrl = 'https://piedpiperfansubyy.me'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"