weknowhowyoufeel/app/proguard-rules.pro
Andy Dennie cd77fa5f91 fix compile and proguard issues
added @SuppressWarnings("ResourceType") to DrawingView.InitView to resolve
release build compile error

Cleared out the previous proguard-rules-pro file, since it was largely redundant with
proguard-android.txt and the Affdex SDK's consumer-proguard-rules.pro.  Added
back some rules specific to this app.
2016-07-19 18:42:02 -04:00

9 lines
556 B
Prolog

# This is a configuration file for ProGuard.
# http://proguard.sourceforge.net/index.html#manual/usage.html
# MainActivity accesses the following methods through reflection, so make sure they
# are kept
-keep class com.affectiva.android.affdex.sdk.detector.Face$Expressions { float get*(); }
-keep class com.affectiva.android.affdex.sdk.detector.Face$Emotions { float get*(); }
-keep class com.affectiva.android.affdex.sdk.detector.Face$Emojis { float get*(); }
-keep class com.affectiva.android.affdex.sdk.detector.Detector { void setDetect*(boolean); }