cd77fa5f91
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.
9 lines
556 B
Prolog
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); }
|