happywillow0 7a7915358c TruyenQQ - details thumbnail_url (#2092)
TruyenQQ - details thumbnail_url
2020-01-18 16:15:36 -05:00

13 lines
261 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: TruyenQQ'
pkgNameSuffix = 'vi.truyenqq'
extClass = '.TruyenQQ'
extVersionCode = 2
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"