Skip to content

Commit c841db1

Browse files
authored
chore(geolocation): Update playServicesLocationVersion (#2007)
1 parent 5cc0e65 commit c841db1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

geolocation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Read about [Setting Permissions](https://capacitorjs.com/docs/android/configurat
3636

3737
This plugin will use the following project variables (defined in your app's `variables.gradle` file):
3838

39-
- `playServicesLocationVersion` version of `com.google.android.gms:play-services-location` (default: `21.0.1`)
39+
- `playServicesLocationVersion` version of `com.google.android.gms:play-services-location` (default: `21.1.0`)
4040

4141
## Example
4242

geolocation/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
55
androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
66
androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
7-
playServicesLocationVersion = project.hasProperty('playServicesLocationVersion') ? rootProject.ext.playServicesLocationVersion : '21.0.1'
7+
playServicesLocationVersion = project.hasProperty('playServicesLocationVersion') ? rootProject.ext.playServicesLocationVersion : '21.1.0'
88
}
99

1010
buildscript {

0 commit comments

Comments
 (0)