Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools:r8 to v8.5.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Aug 14, 2024
1 parent 1526680 commit 64b6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/scripts/check-dexer.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ configure(dexerProjects) { subproject ->
dependencies {
// we could update it but in the end I think it is actually good that we use an old version
// this way we know that it even works with an old one
r8 "com.android.tools:r8:8.3.37"
r8 "com.android.tools:r8:8.5.35"
d8 subproject
}

Expand Down

0 comments on commit 64b6fce

Please sign in to comment.