10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6911136 commit 7d960a9Copy full SHA for 7d960a9
packages/geolocation/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/geolocation",
3
- "version": "7.2.1",
+ "version": "7.2.2",
4
"description": "Provides API for getting and monitoring location for NativeScript app.",
5
"main": "index",
6
"typings": "index.d.ts",
packages/geolocation/platforms/android/include.gradle
@@ -12,5 +12,5 @@ android {
12
13
dependencies {
14
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : "11.4.0"
15
- compile "com.google.android.gms:play-services-location:$googlePlayServicesVersion"
+ implementation "com.google.android.gms:play-services-location:$googlePlayServicesVersion"
16
}
0 commit comments