feat: add AniZone

This commit is contained in:
Cuong-Tran 2025-01-14 02:41:33 +07:00
parent 8e9ef9d6e2
commit 53e2413dd8
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
8 changed files with 544 additions and 0 deletions

View file

@ -0,0 +1,11 @@
ext {
extName = 'AniZone'
extClass = '.AniZone'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:playlist-utils"))
}