1:修改房间activity
2:修改支付
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user