2025-07-25 05:47:23 +01:00

9 lines
144 B
Groovy

ext {
extName = 'Latis Books'
extClass = '.Latisbooks'
extVersionCode = 6
isNsfw = true
}
apply from: "$rootDir/common.gradle"