are-are-are 2f2aaaee45
Update domain hentaivn (#16390)
update domain hentaivn
2023-05-10 09:42:04 -04:00

13 lines
246 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'HentaiVN'
pkgNameSuffix = 'vi.hentaivn'
extClass = '.HentaiVN'
extVersionCode = 24
isNsfw = true
}
apply from: "$rootDir/common.gradle"