This commit is contained in:
renjianbo
2026-01-20 14:15:13 +08:00
parent 60cba7e373
commit a94a053fd9
6 changed files with 186 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'com.android.application'
alias(libs.plugins.android.application)
}
android {
@@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "com.example.agentclient"
minSdk 24
minSdk 26
targetSdk 34
versionCode 1
versionName "1.0"