* Update domain and other things * Change popular endpoint * fetchFilters in getFilterList * Make SManga and SChapter in DTO * I just want to update the domain * Move attempts to finally block * idk * update --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
8 lines
140 B
Groovy
8 lines
140 B
Groovy
ext {
|
|
extName = 'Olympus Scanlation'
|
|
extClass = '.OlympusScanlation'
|
|
extVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|