* GocTruyenTranhVui: Allows to get token. Support login Instead of always saving tokens in code. * Lines 118 to 143 move to getToken(), and not use postDelayed * Support enter token manually Support Suwayomi users who can't log in can still enter token manually
9 lines
160 B
Groovy
9 lines
160 B
Groovy
ext {
|
|
extName = 'Goc Truyen Tranh Vui'
|
|
extClass = '.GocTruyenTranhVui'
|
|
extVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|