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)
}
@@ -33,6 +34,9 @@ android {
res.srcDirs += "src/main/res-serious"
}
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
@@ -40,6 +44,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
api 'com.google.auto.service:auto-service-annotations:1.1.1'
implementation libs.core.ktx
def projects = this.rootProject.getAllprojects().stream().map { project -> project.name }.collect()
println "all projects : {$projects}"