Add location manager helper and Google Play Services dependency

This commit is contained in:
xiajiid
2026-02-08 12:18:12 +08:00
parent 20c6a76cc2
commit 089671436b
3 changed files with 102 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ dependencies {
// CameraX Extensions (Effects) - Optional
implementation "androidx.camera:camera-extensions:${camerax_version}"
// Google Play Services for location
implementation 'com.google.android.gms:play-services-location:21.0.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'