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