Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created May 13, 2019 17:39
Show Gist options
  • Save DanishAmjad12/7e338ef5b918d8be5fa05b20d571c628 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/7e338ef5b918d8be5fa05b20d571c628 to your computer and use it in GitHub Desktop.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dist="http://schemas.android.com/apk/distribution"
package="com.foodup">
<dist:module
dist:instant="true"
dist:onDemand="false"
dist:title="@string/title_dynamic_feature">
<dist:fusing dist:include="false" />
</dist:module>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment