Update build.gradle

This commit is contained in:
Sadwhy 2025-05-01 18:26:21 +06:00 committed by GitHub
parent 6fa621978f
commit 4eb5e7bfc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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