Aniwave updates (#98)

* new encryption keys

* updated extVersionCode to 73

* fixed null exception in episodeListRequest

* removed old domains

* added custom domain preference

* added new episode path id resolution

* updated/fixed custom domain preference setting
This commit is contained in:
Josef František Straka 2024-08-03 18:43:35 +02:00 committed by GitHub
parent fd8a01f3ac
commit 76168819ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 84 additions and 27 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Aniwave'
extClass = '.Aniwave'
extVersionCode = 72
extVersionCode = 73
}
apply from: "$rootDir/common.gradle"