bapeey 41b6762f16 OlympusScanlation: Update domain and minor refactor (#1300)
* 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>
2024-02-18 20:17:19 +00:00

8 lines
140 B
Groovy

ext {
extName = 'Olympus Scanlation'
extClass = '.OlympusScanlation'
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"