summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/projectWithModules/app/build.gradle
blob: e79cafc3bec07514dc38c71206d92602905972fa (plain)
1
2
3
4
5
6
7
8
9
10
11
apply plugin: 'com.android.application'

android {
    namespace "com.example.android.multiproject"
    compileSdkVersion rootProject.latestCompileSdk
    buildToolsVersion = rootProject.buildToolsVersion

    defaultConfig {
        minSdkVersion libs.versions.supportLibMinSdk.get() as Integer
    }
}