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