2024-02-13 21:43:41 +00:00
|
|
|
ext {
|
|
|
|
extName = 'Drake Scans'
|
|
|
|
extClass = '.DrakeScans'
|
2024-04-13 08:11:45 +00:00
|
|
|
themePkg = 'mangathemesia'
|
2024-02-13 21:43:41 +00:00
|
|
|
baseUrl = 'https://drakescans.com'
|
2024-04-13 08:11:45 +00:00
|
|
|
overrideVersionCode = 10
|
2024-02-13 21:43:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|