fix proguard issue
This commit is contained in:
parent
dff6b27553
commit
1ef9baad93
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@ -96,3 +96,7 @@
|
||||
}
|
||||
|
||||
-dontwarn com.google.errorprone.annotations.*
|
||||
|
||||
# work around a bug in proguard
|
||||
# see https://sourceforge.net/p/proguard/bugs/729/
|
||||
-keepnames public interface com.uber.autodispose.lifecycle.CorrespondingEventsFunction { *; }
|
||||
|
Loading…
Reference in New Issue
Block a user