v1.0.8 - 시스템 권한 설정 토글 시 앱 자동 즉시 복귀, 달력 상단 근무 텍스트 컬러화 및 최신 버전 확인 아이콘 개편

This commit is contained in:
sanjeok77
2026-08-14 10:10:09 +09:00
parent eb6aad8527
commit aa63d86a10
9 changed files with 116 additions and 25 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 107
versionName = "1.0.7"
versionCode = 108
versionName = "1.0.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}