chore: 버전 업데이트 v1.4.1 (1141)
- versionCode: 1140 → 1141 - versionName: 1.4.0 → 1.4.1 - dialog_day_settings.xml 레이아웃 개선 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -16,18 +16,15 @@ android {
|
||||
namespace = "com.example.shiftalarm"
|
||||
compileSdk = 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.example.shiftalarm"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1140
|
||||
versionName = "1.4.0"
|
||||
versionName = "1.3.0"
|
||||
defaultConfig {
|
||||
applicationId = "com.example.shiftalarm"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1141
|
||||
versionName = "1.4.1"
|
||||
|
||||
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
|
||||
Reference in New Issue
Block a user