New Source: Otaku Animes

This commit is contained in:
WebDitto 2024-07-27 20:31:46 -03:00 committed by GitHub
parent eac5ca9cc5
commit 2611f03893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 319 additions and 0 deletions

View file

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