13 lines
376 B
XML
13 lines
376 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dist="http://schemas.android.com/apk/distribution"
|
|
package="it.integry.wms.dynamic__base">
|
|
|
|
<dist:module
|
|
dist:instant="false"
|
|
dist:onDemand="true"
|
|
dist:title="@string/title_dynamic__base">
|
|
<dist:fusing dist:include="true" />
|
|
</dist:module>
|
|
</manifest>
|
|
|