Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Proguard rule to keep Protobuf classes as-is.
AndroidX Security delegates crypto operation to Tink which depends on Protobuf Javalite. Recently Protobuf Javalite introduced a change that relies on reflection, which doesn't work with Proguard. This change adds a rule that keeps the (shaded) Protobuf classes in Tink as-is. See also: - https://buganizer.corp.google.com/issues/154315507 - tink-crypto/tink#361 - protocolbuffers/protobuf#6463 - https://b.corp.google.com/issues/144631039
- Loading branch information