2025-03-27 00:02:28 +00:00

11 lines
213 B
Groovy

ext {
extName = 'RichtoScan'
extClass = '.RichtoScan'
themePkg = 'madara'
baseUrl = 'https://r1.richtoon.top'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"