2024-06-23 11:00:51 -03:00
|
|
|
ext {
|
|
|
|
extName = 'AnimeQ'
|
|
|
|
extClass = '.AnimeQ'
|
2024-06-29 16:38:06 -03:00
|
|
|
extVersionCode = 2
|
2024-06-23 11:00:51 -03:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:blogger-extractor'))
|
|
|
|
}
|