绘图与缩略完成

This commit is contained in:
ZhanGSKen
2025-02-22 19:43:11 +08:00
parent 3bcfc5a5da
commit 5e107028de
11 changed files with 400 additions and 16 deletions

View File

@@ -49,7 +49,11 @@ android {
}
dependencies {
// 二维码使用的类库
// 卫星定位类库
api 'com.google.android.gms:play-services-maps:18.1.0'
api 'com.google.android.gms:play-services-location:21.0.1'
// 二维码使用的类库
api 'com.google.zxing:core:3.4.1'
api 'com.journeyapps:zxing-android-embedded:3.6.0'