Aniwave updated keys and custom keys option (#81)

* Added custom keys functionality with preferences

* changed encryption and decryption utils

* updated extVersionCode number
This commit is contained in:
Josef František Straka 2024-07-29 04:15:29 +02:00 committed by GitHub
parent 2611f03893
commit 2110f77008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 65 additions and 46 deletions

View file

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