fix(it/animesaturn): Domain update for AnimeSaturn (#571)

* Use anisaturn.com and add year 2025 to filters

* Increase extVersionCode
This commit is contained in:
SonoPG 2025-01-19 00:00:32 +01:00 committed by GitHub
parent f4ebcd167a
commit ee443e88ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 9 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Anime Saturn'
extClass = '.AnimeSaturn'
extVersionCode = 8
extVersionCode = 9
}
apply from: "$rootDir/common.gradle"