2024-02-27 20:53:49 +00:00

9 lines
139 B
Groovy

ext {
extName = 'Photos18'
extClass = '.Photos18'
extVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"