2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Aniweek'
|
|
|
|
extClass = '.Aniweek'
|
2025-02-14 23:08:21 +00:00
|
|
|
extVersionCode = 10
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:playlist-utils'))
|
|
|
|
}
|