build(app): bump compileSdk/targetSdk to 35
- compileSdk 35, targetSdk 35로 상향 - edge-to-edge를 적용하고 전체 화면에 insets를 추가 적용하여 이전과 동일하게 statusbar, navigationbar를 침범하지 않도록 처리
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user