2019-02-20 14:09:12 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
2021-08-14 09:46:43 +00:00
|
|
|
apply plugin: 'kotlinx-serialization'
|
2019-02-20 14:09:12 +00:00
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'NineHentai'
|
2022-09-30 17:10:36 +00:00
|
|
|
pkgNameSuffix = 'en.ninehentai'
|
2019-02-20 14:09:12 +00:00
|
|
|
extClass = '.NineHentai'
|
2022-09-30 17:10:36 +00:00
|
|
|
extVersionCode = 1
|
2021-10-04 20:44:32 +00:00
|
|
|
isNsfw = 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"
|