Feat(all/Hikari): identify Sub or Dub (#156)

This commit is contained in:
Dark25 2024-08-18 23:07:24 +01:00 committed by GitHub
parent f72391c116
commit 9fbe135358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 54 additions and 8 deletions

View file

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