Bump location dependency (#3056)

This commit is contained in:
Daniel Shokouhi 2022-11-12 05:24:38 -08:00 committed by GitHub
parent 494414eb87
commit 70c66fcb46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.picasso:picasso:2.8")
"fullImplementation"("com.google.android.gms:play-services-location:21.0.0")
"fullImplementation"("com.google.android.gms:play-services-location:21.0.1")
"fullImplementation"(platform("com.google.firebase:firebase-bom:30.4.1"))
"fullImplementation"("com.google.firebase:firebase-messaging")
"fullImplementation"("io.sentry:sentry-android:6.7.0")