feat: 更新 Edge-to-Edge 支持,提升用户界面体验,升级相关依赖版本

This commit is contained in:
2025-12-02 18:13:11 +08:00
parent b12d772e2d
commit 626b648a22
3 changed files with 13 additions and 13 deletions

View File

@@ -1,8 +1,9 @@
ext {
minSdkVersion = 22
compileSdkVersion = 33
// Edge-to-Edge 相关依赖androidx.activity 等)要求至少 compileSdk 34
compileSdkVersion = 34
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
androidxActivityVersion = '1.9.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.10.0'