2016-01-06 23:21:27 +00:00
|
|
|
# This is a configuration file for ProGuard.
|
|
|
|
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
2015-06-23 20:44:24 +00:00
|
|
|
|
2016-07-19 22:42:02 +00:00
|
|
|
# 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); }
|