forked from chemerisuk/cordova-support-google-services
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
21 lines (17 loc) · 756 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-support-google-services"
version="1.4.2">
<name>cordova-support-google-services</name>
<description>Cordova plugin to add google service support</description>
<license>MIT</license>
<keywords>cordova</keywords>
<repo>https://github.com/chemerisuk/cordova-support-google-services</repo>
<issue>https://github.com/chemerisuk/cordova-support-google-services/issues</issue>
<engines>
<engine name="cordova" version=">=3.5.0"/>
</engines>
<platform name="android">
<framework src="build.gradle" custom="true" type="gradleReference" />
</platform>
</plugin>