From f1d718a45f15e4f9e0ea8d7b92015d7417b6b729 Mon Sep 17 00:00:00 2001 From: klaus Date: Thu, 23 Oct 2025 23:32:58 +0900 Subject: [PATCH] build(app): bump compileSdk/targetSdk to 35 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - compileSdk 35, targetSdk 35로 상향 - edge-to-edge를 적용하고 전체 화면에 insets를 추가 적용하여 이전과 동일하게 statusbar, navigationbar를 침범하지 않도록 처리 --- .idea/deploymentTargetSelector.xml | 4 +-- app/build.gradle | 4 +-- .../vividnext/sodalive/base/BaseActivity.kt | 26 +++++++++++++++++++ app/src/main/res/values/themes.xml | 6 +++-- 4 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index df6132d0..6155e7fa 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@