
* Add kagane * Small code cleanup * Make sure nsfw cookie is always added * Add interceptor to automatically refresh token * Small code cleanup pt. 2
9 lines
135 B
Groovy
9 lines
135 B
Groovy
ext {
|
|
extName = 'Kagane'
|
|
extClass = '.Kagane'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|