feat: 交换信令

This commit is contained in:
TongTongStudio
2026-06-23 10:38:31 +08:00
parent 61ce9e8abe
commit 3be6bf448e
15 changed files with 992 additions and 647 deletions

View File

@@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
android {
namespace "com.ttstd.remoteclient"
compileSdkVersion 33
compileSdkVersion 36
// buildToolsVersion "36.0.0"
defaultConfig {
applicationId "com.ttstd.remoteclient"
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 36
versionCode 1
versionName "1.0"
@@ -50,6 +50,7 @@ android {
}
dependencies {
implementation 'androidx.activity:activity-ktx:1.13.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
// 添加 Kotlin 标准库