Favor icon indicating copy to clipboard operation
Favor copied to clipboard

Please update Proguard section

Open igozhenko opened this issue 8 years ago • 0 comments

I got some problem with Proguard.

Information from Readme is not correct for 1st line,

-dontwarn com.cocosw.favor.** { ; } -keep class com.cocosw.favor.* { *; }

Also preferences was not create and stored until I have added information about to keep my interface with @Flavor too

-dontwarn com.cocosw.favor.** 
-keep class com.cocosw.favor.** { *; }
-keep interface {your.package}.{YourInterface} {
  <methods>;
}

igozhenko avatar Feb 22 '17 17:02 igozhenko