7 lines
182 B
Groovy
7 lines
182 B
Groovy
|
|
description = 'Conscrypt: Base library for benchmarks'
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation project(path: ":conscrypt-testing", configuration: "shadow"),
|
||
|
|
libraries.junit
|
||
|
|
}
|