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.
8 lines
124 B
Groovy
8 lines
124 B
Groovy
ext {
|
|
extName = 'Manhuaren'
|
|
extClass = '.Manhuaren'
|
|
extVersionCode = 18
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|