sdk 31이상에서 PendingIntent.FLAG_IMMUTABLE FLAG 추가

This commit is contained in:
2024-07-26 01:43:00 +09:00
parent 7c91795fb5
commit 18d16a2211
2 changed files with 21 additions and 25 deletions

View File

@@ -39,8 +39,8 @@ android {
defaultConfig {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 34
versionCode 84
targetSdk 33
versionCode 85
versionName "1.13.2"
}