config.xml 701 字节
<?xml version="1.0" encoding="UTF-8"?>
<config>
    
    <params>

    </params>
    
    <operations>
        <operation step="1" type="mergeManifest" from="SDKManifest.xml" to="AndroidManifest.xml" />
        <operation step="2" type="copyRes" from="assets" to="assets" />
        <operation step="3" type="copyRes" from="libs" to="lib" />
        <operation step="4" type="copyRes" from="res" to="res" />
    </operations>
    
    <plugins>
		<plugin name="com.firedg.sdk.SmartDownload" type="6" desc="APK下载插件"/>
    </plugins>

    <version>
        <name>APK下载插件</name>
        <versionCode>1</versionCode>
        <versionName>1.0</versionName>
    </version>    
    
</config>