Last active
August 22, 2018 12:54
-
-
Save bapspatil/4f51f13e4ebeefc115501e118b533a4c to your computer and use it in GitHub Desktop.
Modified build.gradle for app for Android App Bundle
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
| apply plugin: 'com.android.application' | |
| android { | |
| ... | |
| // This specifies the dynamic features. | |
| dynamicFeatures = [":feature1", ":feature2"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment