fix proguard issue
This commit is contained in:
parent
cdfc8a713d
commit
71fb4db915
1 changed files with 4 additions and 0 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -96,3 +96,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
-dontwarn com.google.errorprone.annotations.*
|
-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 a new issue