12 lines
334 B
XML
12 lines
334 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dist="http://schemas.android.com/apk/distribution">
|
|
|
|
<dist:module
|
|
dist:instant="false"
|
|
dist:onDemand="false"
|
|
dist:title="@string/title_dynamic__base">
|
|
<dist:fusing dist:include="true" />
|
|
</dist:module>
|
|
</manifest>
|
|
|