Arraiment e850a60f98
Small fixes for 3 sources (#8492)
* TruyenQQ: Update base domain

* MangaAe: Update chapter url

* Sisi Gelap: Update url
2021-08-09 08:06:42 -04:00

13 lines
250 B
Groovy

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