Remove location permissions and dependencies; switch to release build with signing for Huawei compatibility

This commit is contained in:
xiajiid
2026-02-08 17:43:08 +08:00
parent 013eeeb548
commit 490d152e84
4 changed files with 29 additions and 50 deletions

View File

@@ -51,9 +51,6 @@ 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'