2024-02-13 21:43:41 +00:00
|
|
|
ext {
|
|
|
|
extName = 'Manga Pro'
|
|
|
|
extClass = '.MangaPro'
|
|
|
|
themePkg = 'mangathemesia'
|
2024-06-14 07:31:26 +00:00
|
|
|
baseUrl = 'https://promanga.pro'
|
|
|
|
overrideVersionCode = 2
|
2024-02-13 21:43:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|