11 lines
326 B
Groovy
11 lines
326 B
Groovy
description = 'Conscrypt: Base library for benchmarks'
|
|
|
|
// Needs to be binary-compatible with Android minSdkVersion.
|
|
sourceCompatibility = androidMinJavaVersion
|
|
targetCompatibility = androidMinJavaVersion
|
|
|
|
dependencies {
|
|
compile project(path: ":conscrypt-testing", configuration: "runtime"),
|
|
libraries.junit
|
|
}
|