feat(pt/animeshouse): New Source AnimesHouse

This commit is contained in:
Edgard 2024-06-22 16:01:56 -03:00
parent 404a734a4e
commit 88d3c38702
8 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,9 @@
ext {
extName = 'AnimesHouse'
extClass = '.AnimesHouse'
themePkg = 'dooplay'
baseUrl = 'https://animeshouse.app/'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"