mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00
Fix ProGuard configuration for 2.13
Note: We only support pro-guard on a best effort basis, and developers should use R8 whenever possible. #minor-release PiperOrigin-RevId: 355129695
This commit is contained in:
parent
451fb5b6de
commit
71f585f112
@ -16,3 +16,7 @@
|
||||
-dontwarn com.google.errorprone.annotations.**
|
||||
-dontwarn com.google.j2objc.annotations.**
|
||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
||||
|
||||
# Workaround for https://issuetracker.google.com/issues/112297269
|
||||
# This is needed for ProGuard but not R8.
|
||||
-keepnames class com.google.common.base.Function { *; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user