mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-19 12:23:13 +01:00
fix proguard issue
This commit is contained in:
parent
cdfc8a713d
commit
71fb4db915
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