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

android {
    namespace "com.android.tests.basic.test"
    compileSdkVersion libs.versions.latestCompileSdk.get().toInteger()
    buildToolsVersion = libs.versions.buildToolsVersion.get()
    defaultConfig {
        minSdkVersion 16
        //noinspection ExpiringTargetSdkVersion,ExpiredTargetSdkVersion
        targetSdkVersion 16
    }
}