Skip to content

Instantly share code, notes, and snippets.

@bapspatil
Last active August 22, 2018 12:54
Show Gist options
  • Save bapspatil/4f51f13e4ebeefc115501e118b533a4c to your computer and use it in GitHub Desktop.
Save bapspatil/4f51f13e4ebeefc115501e118b533a4c to your computer and use it in GitHub Desktop.
Modified build.gradle for app for Android App Bundle
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