build(app): bump compileSdk/targetSdk to 35

- compileSdk 35, targetSdk 35로 상향
- edge-to-edge를 적용하고 전체 화면에 insets를 추가 적용하여 이전과 동일하게 statusbar, navigationbar를 침범하지 않도록 처리
This commit is contained in:
2025-10-23 23:32:58 +09:00
parent d33ab59378
commit f1d718a45f
4 changed files with 34 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ plugins {
android {
namespace 'kr.co.vividnext.sodalive'
compileSdk = 34
compileSdk = 35
viewBinding {
enabled true
@@ -33,7 +33,7 @@ android {
defaultConfig {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 34
targetSdk 35
versionCode 196
versionName "1.43.0"
}