일회성 알람의 경우 알람이 울리면 날짜를 다음날로 변경하고 isEnable을 false로 변경한다.
This commit is contained in:
2024-07-29 12:17:48 +09:00
parent 4fc39f10b1
commit a618903f0f
4 changed files with 15 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 33
versionCode 87
versionCode 88
versionName "1.13.2"
}