chore: 버전 업데이트 v1.4.5 (1145)

- versionCode: 1144 → 1145
- versionName: 1.4.4 → 1.4.5

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-13 00:04:10 +09:00
parent 48cfbf3473
commit 608109e437
2 changed files with 6 additions and 5 deletions

View File

@@ -22,7 +22,8 @@ android {
targetSdk = 35
versionCode = 1144
versionName = "1.4.4"
versionName = "1.4.3"
versionCode = 1145
versionName = "1.4.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}