bump versionCode to 10 / versionName to 1.9, enable BuildConfig generation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 03:30:59 +00:00
parent ee68b11ad0
commit 6801a60183
+3 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "me.khodak.claudeusage"
minSdk = 26
targetSdk = 34
versionCode = 9
versionName = "1.8"
versionCode = 10
versionName = "1.9"
}
signingConfigs {
@@ -44,6 +44,7 @@ android {
buildFeatures {
viewBinding = true
buildConfig = true
}
}