summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/shrinkDynamicFeatureModules/feature/build.gradle
blob: 7843ea40cad8fcb3bc283f3aa5cd133b650d3a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apply plugin: 'com.android.dynamic-feature'

android {

    namespace "com.android.tests.shrink.feature"
    compileSdkVersion rootProject.latestCompileSdk
    buildToolsVersion rootProject.buildToolsVersion

    defaultConfig {
        minSdkVersion 26
    }
}

dependencies {

    implementation project(':base')
}