mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
05fddff84f
commit
b1920f3a78
1 changed files with 4 additions and 0 deletions
|
|
@ -16,3 +16,7 @@
|
||||||
-dontwarn com.google.errorprone.annotations.**
|
-dontwarn com.google.errorprone.annotations.**
|
||||||
-dontwarn com.google.j2objc.annotations.**
|
-dontwarn com.google.j2objc.annotations.**
|
||||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
-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…
Reference in a new issue