Skip to content

Instantly share code, notes, and snippets.

@saurabhkpatel
Last active May 24, 2018 06:33
Show Gist options
  • Save saurabhkpatel/9b1fc6974b2024467cb0ac9146d6bbe0 to your computer and use it in GitHub Desktop.
Save saurabhkpatel/9b1fc6974b2024467cb0ac9146d6bbe0 to your computer and use it in GitHub Desktop.
// new plugin
apply plugin: 'com.android.dynamic-feature'
android {
...
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// add main/base module's dependency
implementation project(':app')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment