Keep ControllerChangeHandler default constructor in Proguard rules (#550)

This commit is contained in:
Steven Schoen
2019-08-11 08:46:56 -07:00
committed by Eric Kuck
parent 94c9121bb1
commit e40cdf2fb0
+3
View File
@@ -3,3 +3,6 @@
public <init>();
public <init>(android.os.Bundle);
}
-keepclassmembers public class * extends com.bluelinelabs.conductor.ControllerChangeHandler {
public <init>();
}