Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[r8] update proguard rule to keep .NET runtime classes (#9044)
Context: dotnet/runtime#103016 Context: dotnet/runtime#103337 In dotnet/runtime we are adding a few more Java classes to assist with .NET crypto. One was added in dotnet/runtime#103016, and another may be added in dotnet/runtime#103337. This PR changes ProGuard to keep all of the classes in this package rather than individually adding them. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
- Loading branch information