Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saurabhkpatel/d104a6881ba77a92de0ab49cdeb06ad4 to your computer and use it in GitHub Desktop.
Save saurabhkpatel/d104a6881ba77a92de0ab49cdeb06ad4 to your computer and use it in GitHub Desktop.
dynamic feature module Manifest file.
<manifest package="com.saurabh.dynamic_feature"
<!--split tag : declare your module as a new split apk of your application-->
split="custom_dynamic_feature"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dist="http://schemas.android.com/apk/distribution">
<!--split dist:module : define module attributes/configs-->
<dist:module
dist:onDemand="true"
dist:title="@string/title_dynamic_feature">
<dist:fusing include="true"/>
</dist:module>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment