forked from MobileChromeApps/google-play-services
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathplugin.xml
25 lines (21 loc) · 859 Bytes
/
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
<?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="com.google.playservices"
version="26.0.0">
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<name>Google Play Services for Android</name>
<platform name="android">
<framework src="libs/google-play-services_lib" custom="true" />
<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>
<!-- source-file src="version.xml" target-dir="res/values" /-->
</platform>
</plugin>