feat: 更新 Edge-to-Edge 支持,提升用户界面体验,升级相关依赖版本
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user