2024-06-03 05:44:48 +01:00

11 lines
212 B
Groovy

ext {
extName = 'Jeaz Scans'
extClass = '.JeazScans'
themePkg = 'madara'
baseUrl = 'https://jeazscansv1.com'
overrideVersionCode = 2
isNsfw = false
}
apply from: "$rootDir/common.gradle"