2024-09-15 20:21:59 +01:00

11 lines
221 B
Groovy

ext {
extName = 'Manga District'
extClass = '.MangaDistrict'
themePkg = 'madara'
baseUrl = 'https://mangadistrict.com'
overrideVersionCode = 7
isNsfw = true
}
apply from: "$rootDir/common.gradle"