v1.1.1 - 전체 알람 온오프 스위치 및 해제 시 경고 팝업 적용, 앱 정보 화면 바운스 수정, 데이터 초기화 4단계 세분화

This commit is contained in:
sanjeok77
2026-08-14 10:31:56 +09:00
parent a356b3c581
commit d012b178b7
10 changed files with 291 additions and 74 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 110
versionName = "1.1.0"
versionCode = 111
versionName = "1.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}