-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Context: https://r8.googlesource.com/r8/+/refs/tags/3.0.73 Context: https://mvnrepository.com/artifact/com.android.tools/r8/3.0.73 Bump from r8 2.2.64 to 3.0.73. * [tests] update MultiDexR8ConfigWithNoCodeShrinking 78dd021 introduced the `MultiDexR8ConfigWithNoCodeShrinking(false)` test that asserts we get the warning: R8 : warning : Missing class: java.lang.ClassValue The latest version of r8 no longer emits this warning, so Google must have *fixed* something here. The test still seems useful to build a multi-dex application with a `@(ProguardConfiguration)` item, so let's drop one test case and just assert that the warning isn't there. The test is no longer parameterized.
- Loading branch information
1 parent
d91641a
commit 862ea39
Showing
4 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### D8/R8 version update to 3.0.73 | ||
|
||
The version of the [D8 dexer and R8 shrinker](https://r8.googlesource.com/r8) | ||
included in Xamarin.Android has been updated from 2.2.64 to 3.0.73. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters