Skip to content

Commit

Permalink
[gradle] Update dexmaker to 2.28.3
Browse files Browse the repository at this point in the history
To fix dynamically loaded dex files cannot be writable issue when
target 34.

Upstream: linkedin/dexmaker#181
Platform: https://r.android.com/2128792

Bug: 260441791
Test: Gradle Sync
Test: Run Tests
Change-Id: I532af3c8ac4198a94779b592075295e212ffe77f
  • Loading branch information
wangchaohui committed May 2, 2023
1 parent 59120d9 commit 9188be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SettingsLib/Spa/spa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 9188be0

Please sign in to comment.