Aniwave: Empty video list fixed

* removed custom encryption/decryption keys option

* fully removed custom encryption/decryption keys

* updated new video server names

* add invalid hoster preferences solution

* updated extVersionCode to 72
This commit is contained in:
Josef František Straka 2024-07-31 05:10:58 +02:00 committed by GitHub
parent 7615210b7f
commit fd8a01f3ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 62 deletions

View file

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