2 Commits

Author SHA1 Message Date
707d81d850 v1.2.0: 버전 코드 업데이트 2026-02-23 08:55:16 +09:00
4d8861d79c v1.2.0: 알람 버그 수정 2026-02-23 08:42:37 +09:00
2 changed files with 7 additions and 7 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1119
versionName = "1.1.9"
versionCode = 1120
versionName = "1.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -1,7 +1,7 @@
{
"versionCode": 1119,
"versionName": "1.1.9",
"apkUrl": "https://git.webpluss.net/sanjeok77/ShiftRing/releases/download/v1.1.9/app.apk",
"changelog": "v1.1.9: version.json URL 수정 (서버 연결 실패 해결)",
"versionCode": 1120,
"versionName": "1.2.0",
"apkUrl": "https://git.webpluss.net/sanjeok77/ShiftRing/releases/download/v1.2.0/app.apk",
"changelog": "v1.2.0: 알람 버그 수정 (전체알람 꺼짐, 무음모드 알람, 다크모드 팝업 등)",
"forceUpdate": false
}
}