Skip to content

Commit

Permalink
Update dependency com.android.tools:r8 to v8.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Dec 5, 2023
1 parent 8ce514a commit 68d4d10
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.1.72"
r8 "com.android.tools:r8:8.2.33"
d8 subproject
}

Expand Down

0 comments on commit 68d4d10

Please sign in to comment.