Version 2.0.61 Cherry pick: Add regression test for b/151964517 CL: https://r8-review.googlesource.com/50120 Cherry pick: Don't shorten live ranges of const strings when there are monitors CL: https://r8-review.googlesource.com/50144 Bug: 151964517
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index 287e402..19cf4b9 100644 --- a/src/main/java/com/android/tools/r8/Version.java +++ b/src/main/java/com/android/tools/r8/Version.java
@@ -11,7 +11,7 @@ // This field is accessed from release scripts using simple pattern matching. // Therefore, changing this field could break our release scripts. - public static final String LABEL = "2.0.60"; + public static final String LABEL = "2.0.61"; private Version() { }