2019-02-20 14:09:12 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'NineHentai'
|
2019-02-20 14:09:12 +00:00
|
|
|
pkgNameSuffix = 'all.ninehentai'
|
|
|
|
extClass = '.NineHentai'
|
2021-06-14 16:26:38 +00:00
|
|
|
extVersionCode = 12
|
2019-02-20 14:09:12 +00:00
|
|
|
libVersion = '1.2'
|
2020-08-08 23:03:33 +00:00
|
|
|
containsNsfw = true
|
2019-02-20 14:09:12 +00:00
|
|
|
}
|
2020-05-17 20:50:53 +00:00
|
|
|
|
2019-02-20 14:09:12 +00:00
|
|
|
apply from: "$rootDir/common.gradle"
|