Created
May 13, 2019 17:39
-
-
Save DanishAmjad12/7e338ef5b918d8be5fa05b20d571c628 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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