-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
executable file
·33 lines (30 loc) · 1.23 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="cordova-plugin-extras-google-play-services"
version="1.0.5">
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<name>Google Play Services for Android</name>
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
</config-file>
<!--
<framework src="libs/google-play-services_lib" custom="true" />
-->
<!--
<framework src="com.google.android.gms:play-services-games:8.3.0" />
<framework src="com.google.android.gms:play-services-plus:8.3.0" />
<framework src="com.google.android.gms:play-services-ads:8.3.0" />
-->
<framework src="com.google.android.gms:play-services-games:16.+" />
<framework src="com.google.android.gms:play-services-plus:16.+" />
<framework src="com.google.android.gms:play-services-ads:15.0.1" />
</platform>
</plugin>