
* en/AniPlay: removed idMal since its no longer needed * en/AniPlay: wrapped extractFromHls in try catch due to unresolved host error * en/AniPlay: bumped versionCode
13 lines
271 B
Groovy
13 lines
271 B
Groovy
ext {
|
|
extName = 'AniPlay'
|
|
extClass = '.AniPlay'
|
|
themePkg = 'anilist'
|
|
overrideVersionCode = 6
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib-multisrc:anilist"))
|
|
implementation(project(":lib:playlist-utils"))
|
|
}
|