Created
August 22, 2018 05:12
-
-
Save bapspatil/a295bb5e3718ae07f0718226ec58643d to your computer and use it in GitHub Desktop.
feature1 module's build.gradle file 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.dynamic-feature' | |
| android { | |
| ... | |
| } | |
| dependencies { | |
| ... | |
| // Add the app module as a dependency in the dynamic feature modules. | |
| implementation project(':app') | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment