2025-01-18 00:00:09 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AniZone'
|
|
|
|
extClass = '.AniZone'
|
2025-05-03 13:55:17 +00:00
|
|
|
extVersionCode = 4
|
2025-01-18 00:00:09 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
}
|