1234567891011121314151617 |
- apply plugin: 'com.android.instantapp'
- dependencies {
- implementation project(':feature')
- implementation project(':base')
- }
- android {
- compileSdkVersion 27
- buildToolsVersion '28.0.3'
- defaultConfig {
- minSdkVersion 19
- targetSdkVersion 25
- }
- productFlavors {
- }
- }
|