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'
2025-01-05 14:28:30 -03:00
extVersionCode = 7
2024-06-20 11:54:12 +07:00
isNsfw = true
}
apply from: "$rootDir/common.gradle"