fix proguard issue

This commit is contained in:
Conny Duck 2019-01-15 20:53:38 +01:00
parent cdfc8a713d
commit 71fb4db915
1 changed files with 4 additions and 0 deletions

View File

@ -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 { *; }