You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/phonegap-plugin-multidex/plugin.xml

13 lines
612 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin
xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:amazon="http://schemas.android.com/apk/lib/com.amazon.device.ads"
xmlns:rim="http://www.blackberry.com/ns/widgets" id="phonegap-plugin-multidex" version="1.0.0">
<name>Multidex</name>
<description>Enable multidex in a Apache Cordova/PhoneGap application</description>
<license>MIT</license>
<platform name="android">
<framework src="multidex.gradle" custom="true" type="gradleReference"/>
</platform>
</plugin>