fix: build.gradle 버전 1.2.5로 업데이트

- versionCode: 1124 → 1125
- versionName: 1.2.4 → 1.2.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-02-28 18:42:36 +09:00
parent 6fb83848f5
commit 597880e807
3 changed files with 9 additions and 8 deletions

View File

@@ -20,8 +20,9 @@ android {
applicationId = "com.example.shiftalarm" applicationId = "com.example.shiftalarm"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 1124 versionCode = 1125
versionName = "1.2.4" versionName = "1.2.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

0
gradlew vendored Normal file → Executable file
View File

View File

@@ -1,6 +1,6 @@
# Release signing configuration # Release signing configuration
# You should keep this file out of version control # You should keep this file out of version control
storePassword=my-password storePassword=my-password
keyAlias=my-alias keyAlias=my-alias
keyPassword=my-password keyPassword=my-password
storeFile=../release.jks storeFile=../release.jks