Update hikari with minor fixes. Buzzheavier extractor less prone to failure. (#986)

* Tighter extraction

* Bump version

* More details

* Removed unchecked cast
This commit is contained in:
Sadwhy 2025-05-06 20:58:29 +06:00 committed by GitHub
parent a4d3a117cf
commit 82a8b81de2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 71 additions and 22 deletions

View file

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