Skip to content

Commit 140029f

Browse files
author
Hirbod
committed
Merge pull request #599 from denisbabineau/master
Update deprecated dependency for Android
2 parents eed28ad + 383208a commit 140029f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@
4444
</feature>
4545
</config-file>
4646

47-
<dependency id="com.google.playservices" url="https://github.com/wf9a5m75/google-play-services#v23" />
48-
47+
<framework src="com.google.android.gms:play-services-maps:+" />
48+
<framework src="com.google.android.gms:play-services-location:+" />
49+
4950
<!-- plugin src files -->
5051
<source-file src="src/android/plugin/google/maps/AsyncLicenseInfo.java" target-dir="src/plugin/google/maps" />
5152
<source-file src="src/android/plugin/google/maps/AsyncKmlParser.java" target-dir="src/plugin/google/maps" />

0 commit comments

Comments
 (0)