xref: /aosp_15_r20/external/robolectric/integration_tests/security-providers/build.gradle.kts (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)

<lambda>null1*e6ba1607SAndroid Build Coastguard Worker plugins { alias(libs.plugins.robolectric.java.module) }
2*e6ba1607SAndroid Build Coastguard Worker 
<lambda>null3*e6ba1607SAndroid Build Coastguard Worker dependencies {
4*e6ba1607SAndroid Build Coastguard Worker   api(project(":robolectric"))
5*e6ba1607SAndroid Build Coastguard Worker   api(libs.junit4)
6*e6ba1607SAndroid Build Coastguard Worker   compileOnly(AndroidSdk.MAX_SDK.coordinates)
7*e6ba1607SAndroid Build Coastguard Worker 
8*e6ba1607SAndroid Build Coastguard Worker   testRuntimeOnly(AndroidSdk.MAX_SDK.coordinates)
9*e6ba1607SAndroid Build Coastguard Worker   testImplementation(libs.truth)
10*e6ba1607SAndroid Build Coastguard Worker   testImplementation(libs.conscrypt.openjdk.uber)
11*e6ba1607SAndroid Build Coastguard Worker   testImplementation(libs.okhttp)
12*e6ba1607SAndroid Build Coastguard Worker   testImplementation(platform(libs.okhttp.bom))
13*e6ba1607SAndroid Build Coastguard Worker }
14