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"
|
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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user