알람 설정

- 처음 설정시 알람 id값을 받아오지 않아 알람이 울리지 않던 버그 id값을 받아오도록 수정
This commit is contained in:
2024-07-31 22:08:31 +09:00
parent ee6090c103
commit 2ba2014f82
4 changed files with 15 additions and 11 deletions

View File

@@ -40,8 +40,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 33
versionCode 90
versionName "1.14.0"
versionCode 92
versionName "1.14.1"
}
buildTypes {