Skip to content

Commit

Permalink
Updated Google Play Location Services SDK
Browse files Browse the repository at this point in the history
- com.google.android.gms:play-services-location:20.0.0 -> 21.0.1
  • Loading branch information
NoelChew committed Oct 1, 2023
1 parent 7c305d2 commit 12627d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation 'androidx.activity:activity-ktx:1.4.0'

/* Google Services Api */
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'com.google.android.gms:play-services-location:21.0.1'

/* Coroutines */
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2'
Expand Down

0 comments on commit 12627d3

Please sign in to comment.