forked from Kohi-den/extensions-source
10 lines
198 B
Groovy
10 lines
198 B
Groovy
![]() |
ext {
|
||
|
extName = 'AnimesHouse'
|
||
|
extClass = '.AnimesHouse'
|
||
|
themePkg = 'dooplay'
|
||
|
baseUrl = 'https://animeshouse.app/'
|
||
|
overrideVersionCode = 1
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|