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