blob: a47943a40fc7f9c476ceb59a8dc7cf1368a654db [file] [log] [blame]
description = 'Conscrypt: Base library for benchmarks'
// Needs to be binary-compatible with Android minSdkVersion.
sourceCompatibility = androidMinJavaVersion
targetCompatibility = androidMinJavaVersion
dependencies {
compile project(':conscrypt-testing'),
libraries.junit
}