New Source: Otaku Animes
This commit is contained in:
parent
eac5ca9cc5
commit
2611f03893
9 changed files with 319 additions and 0 deletions
12
src/pt/otakuanimes/build.gradle
Normal file
12
src/pt/otakuanimes/build.gradle
Normal 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"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue