Feat(all/Hikari): identify Sub or Dub

This commit is contained in:
Dark25 2024-08-18 16:35:23 +02:00
parent f72391c116
commit 33bc481be7
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"