
* Update AnimeSama Fix description & genre by updating html tag id * Update build.gradle Increasing the code version number * Adding latest items for AnimeSama only the items available on the main page * Fix URL on latest items * AnimeSama: adding genre filter Using almost the same code as FuzzyDoodle, I added the only filter available on animesama: genre * Update AnimeSama.kt remove lint errors * Including code review optimization Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> * Fix build error --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
8 lines
123 B
Groovy
8 lines
123 B
Groovy
ext {
|
|
extName = 'AnimeSama'
|
|
extClass = '.AnimeSama'
|
|
extVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|