9 lines
144 B
Groovy
9 lines
144 B
Groovy
ext {
|
|
extName = 'Everia.club'
|
|
extClass = '.EveriaClub'
|
|
extVersionCode = 9
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|