* LXHentai * fix: wrong sort state for latestUpdatesRequest * fix: manga description selector * remove random newline * Revert "remove random newline" This reverts commit b1f0202aea80b37f524944b8dad8be5d78602235. * Update LxHentai.kt
12 lines
255 B
Groovy
12 lines
255 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'LXHentai'
|
|
pkgNameSuffix = 'vi.lxhentai'
|
|
extClass = '.LxHentai'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle" |