blob: f71e3869800d01aa6f1ee53208e96cca13334346 [file] [log] [blame]
apply plugin: 'com.android.dynamic-feature'
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 19
}
}
dependencies {
implementation project(':app')
implementation project(':feature1')
}