cordova-plugin-update-security-provider
Version:
An Android Cordova plugin that installs security updates for SSL through Google Play services.
31 lines (26 loc) • 1.55 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-update-security-provider" version="1.0.0">
<name>UpdateSecurityProviderPlugin</name>
<description>An Android Cordova plugin that installs security updates for SSL through Google Play services. Requires something like cordova-plugin-enable-multidex installed.</description>
<license>MIT</license>
<keywords>cordova,android,security,ssl</keywords>
<repo>https://github.com/newlionlabs/cordova-plugin-update-security-provider.git</repo>
<issue>https://github.com/newlionlabs/cordova-plugin-update-security-provider/issues</issue>
<engines>
<engine name="cordova" version=">=3.0.0"/>
</engines>
<js-module src="www/updateSecurityProviderPlugin.js" name="updateSecurityProviderPlugin">
<clobbers target="window.plugins.updateSecurityProviderPlugin" />
</js-module>
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="UpdateSecurityProviderPlugin">
<param name="android-package" value="com.newlionlabs.cordova.plugin.UpdateSecurityProviderPlugin"/>
</feature>
</config-file>
<framework src="com.google.android.gms:play-services:9.4.0" />
<source-file src="src/android/UpdateSecurityProviderPlugin.java" target-dir="src/com/newlionlabs/cordova/plugin" />
</platform>
</plugin>