1:修改房间activity

2:修改支付
This commit is contained in:
2025-10-10 09:10:42 +08:00
parent c125f78353
commit 61cd9616b9
103 changed files with 4822 additions and 3073 deletions

View File

@@ -1,5 +1,6 @@
plugins {
id 'com.android.library'
alias(libs.plugins.kotlin.android)
}
android {
@@ -31,6 +32,9 @@ android {
res.srcDirs += "src/main/res-serious"
}
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
@@ -44,6 +48,8 @@ dependencies {
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.code.gson:gson:2.9.1'
implementation project(':tuichat')
implementation libs.core.ktx
implementation libs.androidx.lifecycle.viewmodel.ktx
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
api project(':timcommon')