• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1description = 'Conscrypt: Base library for benchmarks'
2
3dependencies {
4    implementation project(path: ":conscrypt-testing", configuration: "shadow"),
5            libs.junit
6}
7