Tachiyomi-Extensions/src/es/shadowmangas/build.gradle

10 lines
207 B
Groovy
Raw Normal View History

ext {
extName = 'Shadow Mangas'
extClass = '.ShadowMangas'
themePkg = 'mangathemesia'
baseUrl = 'https://shadowmangas.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"