extensions-source/src/tr/hentaizm/build.gradle

9 lines
139 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'HentaiZM'
extClass = '.HentaiZM'
2024-07-09 23:42:14 +07:00
extVersionCode = 3
2024-06-20 11:54:12 +07:00
isNsfw = true
}
apply from: "$rootDir/common.gradle"