Skip to content

Commit dbd040a

Browse files
IndiTheocopybara-github
authored andcommitted
Merge #509 by IndiTheo: Bumped R8 version
#507 Closes #509 COPYBARA_INTEGRATE_REVIEW=#509 from IndiTheo:bump-r8 f981eed PiperOrigin-RevId: 928600094 Change-Id: If5d3655abc00d8380e3605d368e8a60abbe78201
1 parent 351d86c commit dbd040a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ maven.install(
100100
"com.android.tools:desugar_jdk_libs_nio:2.1.5",
101101
"com.android.tools:desugar_jdk_libs_configuration_nio:2.1.5",
102102
"com.android.tools:desugar_jdk_libs_configuration:2.1.5",
103-
"com.android.tools:r8:8.9.35",
103+
"com.android.tools:r8:9.1.31",
104104
"org.bouncycastle:bcprov-jdk18on:1.77",
105105
"org.hamcrest:hamcrest-core:2.2",
106106
"org.robolectric:robolectric:4.14.1",

defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def rules_android_workspace():
8989
"com.android.tools:desugar_jdk_libs_nio:2.1.5",
9090
"com.android.tools:desugar_jdk_libs_configuration_nio:2.1.5",
9191
"com.android.tools:desugar_jdk_libs_configuration:2.1.5",
92-
"com.android.tools:r8:8.9.35",
92+
"com.android.tools:r8:9.1.31",
9393
"org.bouncycastle:bcprov-jdk18on:1.77",
9494
"org.hamcrest:hamcrest-core:2.2",
9595
"org.robolectric:robolectric:4.14.1",

0 commit comments

Comments
 (0)