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"