Last active
May 24, 2018 06:33
-
-
Save saurabhkpatel/9b1fc6974b2024467cb0ac9146d6bbe0 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
// 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