
* fix(src): Multiple updates Closes #93 Closes #1 Closes #133 Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.) * Fix(lib/ChillxExtractor) Closes #153
7 lines
119 B
Groovy
7 lines
119 B
Groovy
ext {
|
|
extName = 'AnimeGG'
|
|
extClass = '.AnimeGG'
|
|
extVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|