feat: 增加壁纸显示,增加天气事件分发,增加HotSeat
This commit is contained in:
@@ -197,6 +197,9 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.10"
|
||||
// 添加这行,使用 BOM 统一 Kotlin 相关库的版本
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10"))
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.11.0'
|
||||
|
||||
//保持1.3.1 更新会报错
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
@@ -209,6 +212,7 @@ dependencies {
|
||||
// Java language implementation
|
||||
implementation "androidx.fragment:fragment:1.8.9"
|
||||
implementation "androidx.viewpager2:viewpager2:1.1.0"
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
// Room依赖
|
||||
implementation "androidx.room:room-runtime:2.8.4"
|
||||
|
||||
Reference in New Issue
Block a user