beerpsi 84aaf70e0e
New source: Truyện Tranh 8 (#12846)
* New source: Truyện Tranh 8

* Removing trailing space from user agent
2022-08-05 09:27:17 -04:00

13 lines
261 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Truyện Tranh 8'
pkgNameSuffix = 'vi.truyentranh8'
extClass = '.TruyenTranh8'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"