blob: d2b6da0edd32a455cf65ec4aafd07a0892bce018 [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
}
dependencies {
api project(":integration_tests:agp")
}