10000 fix: remove deprecated compile · NativeScript/plugins@7d960a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d960a9

Browse files
committed
fix: remove deprecated compile
1 parent 6911136 commit 7d960a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/geolocation",
3-
"version": "7.2.1",
3+
"version": "7.2.2",
44
"description": "Provides API for getting and monitoring location for NativeScript app.",
55
"main": "index",
66
"typings": "index.d.ts",

packages/geolocation/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ android {
1212

1313
dependencies {
1414
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : "11.4.0"
15-
compile "com.google.android.gms:play-services-location:$googlePlayServicesVersion"
15+
implementation "com.google.android.gms:play-services-location:$googlePlayServicesVersion"
1616
}

0 commit comments

Comments
 (0)
0