增加位置实时显示窗口

This commit is contained in:
ZhanGSKen
2025-09-29 18:41:46 +08:00
parent fbd6f70b36
commit 14abd9edd8
7 changed files with 286 additions and 4 deletions

View File

@@ -45,6 +45,9 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
// 谷歌定位服务核心依赖FusedLocationProviderClient所在库
api 'com.google.android.gms:play-services-location:21.0.1'
// SSH
api 'com.jcraft:jsch:0.1.55'