are-are-are a4c4090301
GocTruyenTranhVui: Allows getting token for login in webview (#10887)
* 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
2025-11-22 22:16:24 +00:00

9 lines
160 B
Groovy

ext {
extName = 'Goc Truyen Tranh Vui'
extClass = '.GocTruyenTranhVui'
extVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"