File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Read about [Setting Permissions](https://capacitorjs.com/docs/android/configurat
3636
3737This 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
Original file line number Diff line number Diff line change 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
1010buildscript {
You can’t perform that action at this time.
0 commit comments