Merge "[gradle] Update dexmaker to 2.28.3" into udc-dev

This commit is contained in:
Chaohui Wang
2023-05-11 06:26:40 +00:00
committed by Android (Google) Code Review

View File

@@ -83,7 +83,7 @@ dependencies {
androidTestImplementation project(":testutils")
androidTestImplementation 'androidx.lifecycle:lifecycle-runtime-testing'
androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito:2.28.1"
androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito:2.28.3"
}
task coverageReport(type: JacocoReport, dependsOn: "connectedDebugAndroidTest") {