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:
@@ -20,8 +20,9 @@ android {
|
||||
applicationId = "com.example.shiftalarm"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1124
|
||||
versionName = "1.2.4"
|
||||
versionCode = 1125
|
||||
versionName = "1.2.5"
|
||||
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Release signing configuration
|
||||
# You should keep this file out of version control
|
||||
storePassword=my-password
|
||||
keyAlias=my-alias
|
||||
keyPassword=my-password
|
||||
storeFile=../release.jks
|
||||
# Release signing configuration
|
||||
# You should keep this file out of version control
|
||||
storePassword=my-password
|
||||
keyAlias=my-alias
|
||||
keyPassword=my-password
|
||||
storeFile=../release.jks
|
||||
|
||||
Reference in New Issue
Block a user