haozihong cbaf26bf4d
Manhuaren: Allow setting user ID and token (#11042)
Allow setting user ID and token in preferences for users who have trouble automatically fetching them.
Also, improve the error message when the token expires.
2025-11-22 22:16:25 +00:00

8 lines
124 B
Groovy

ext {
extName = 'Manhuaren'
extClass = '.Manhuaren'
extVersionCode = 18
}
apply from: "$rootDir/common.gradle"