2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'MissAV'
|
|
|
|
extClass = '.MissAV'
|
2025-01-16 02:36:53 +09:00
|
|
|
extVersionCode = 12
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:unpacker'))
|
|
|
|
implementation(project(':lib:playlist-utils'))
|
|
|
|
implementation(project(':lib:javcoverfetcher'))
|
2025-01-16 02:36:53 +09:00
|
|
|
}
|