11 lines
229 B
Groovy
11 lines
229 B
Groovy
ext {
|
|
extName = 'TecnoProjects'
|
|
extClass = '.TecnoProjects'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://tecnoprojects.xyz'
|
|
overrideVersionCode = 13
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|