extensions-source/src/pt/animeshouse/build.gradle

10 lines
198 B
Groovy
Raw Normal View History

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