beerpsi c0ecc14dbd
LXHentai (#14793)
* 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
2023-01-04 09:20:04 -05:00

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"