forked from AlmightyHak/extensions-source
parent
527dc0e0cd
commit
8d6cb4d959
7 changed files with 157 additions and 0 deletions
14
src/pt/animesdrive/build.gradle
Normal file
14
src/pt/animesdrive/build.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
ext {
|
||||
extName = 'AnimesDrive'
|
||||
extClass = '.AnimesDrive'
|
||||
themePkg = 'dooplay'
|
||||
baseUrl = 'https://animesdrive.blog'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:blogger-extractor"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue